Version

TreeGridFeatureFactory Class

The TreeGrid factory class is used to create specific(for the TreeGrid) feature instances. It is used for creating TreeGrid feature instances - like TreeGridPaging, TreeGridFiltering, etc.(mainly used in TreeGridDataSourceActionAttribute) (Example: For TreeGrid - it instantiates TreeGridFiltering, TreeGridPaging, etc.)
Syntax
'Declaration
 
Public Class TreeGridFeatureFactory 
   Inherits BaseGridFeatureFactory
public class TreeGridFeatureFactory : BaseGridFeatureFactory 
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub