Class GridViewGroupDescriptorCollectionFactory
Represents the factory for creating the group descriptors collection
Inheritance
System.Object
GridViewGroupDescriptorCollectionFactory
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridViewGroupDescriptorCollectionFactory : IGroupDescriptorCollectionFactory
Constructors
GridViewGroupDescriptorCollectionFactory(GridViewTemplate)
Initializes a new instance of the GridViewGroupDescriptorCollectionFactory class.
Declaration
public GridViewGroupDescriptorCollectionFactory(GridViewTemplate owner)
Parameters
GridViewTemplate
owner
The owner. |
Methods
CreateCollection()
Creates the collection.
Declaration
public GroupDescriptorCollection CreateCollection()
Returns
GroupDescriptorCollection
|