Represents the factory for creating the group descriptors collection
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class GridViewGroupDescriptorCollectionFactory : IGroupDescriptorCollectionFactory
Inheritance: objectGridViewGroupDescriptorCollectionFactory
Implements:
Constructors
Initializes a new instance of the GridViewGroupDescriptorCollectionFactory class.
C#
public GridViewGroupDescriptorCollectionFactory(GridViewTemplate owner)
The owner.
Methods
Creates the collection.
C#
public GroupDescriptorCollection CreateCollection()
Implements: