New to Telerik UI for WinFormsStart a free 30-day trial

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: IGroupDescriptorCollectionFactory

Constructors

Initializes a new instance of the GridViewGroupDescriptorCollectionFactory class.

C#
public GridViewGroupDescriptorCollectionFactory(GridViewTemplate owner)
Parameters:ownerGridViewTemplate

The owner.

Methods

Creates the collection.

C#
public GroupDescriptorCollection CreateCollection()
Returns:

GroupDescriptorCollection

Implements: IGroupDescriptorCollectionFactory.CreateCollection()