ClassGridViewGroupDescriptorCollectionFactory
Class
Represents the factory for creating the group descriptors collection
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class GridViewGroupDescriptorCollectionFactory : IGroupDescriptorCollectionFactory
Inheritance: objectGridViewGroupDescriptorCollectionFactory
Implements:
Constructors
GridViewGroupDescriptorCollectionFactory(GridViewTemplate)
Initializes a new instance of the GridViewGroupDescriptorCollectionFactory class.
Declaration
cs-api-definition
public GridViewGroupDescriptorCollectionFactory(GridViewTemplate owner)
Parameters
owner
The owner.
Methods
CreateCollection()
Creates the collection.
Declaration
cs-api-definition
public GroupDescriptorCollection CreateCollection()
Returns
Implements