Class
GridViewGroupDescriptorCollectionFactory

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

Constructors

GridViewGroupDescriptorCollectionFactory(GridViewTemplate)

Initializes a new instance of the GridViewGroupDescriptorCollectionFactory class.

Declaration

cs-api-definition
public GridViewGroupDescriptorCollectionFactory(GridViewTemplate owner)

Parameters

owner

GridViewTemplate

The owner.

Methods

CreateCollection()

Creates the collection.

Declaration

cs-api-definition
public GroupDescriptorCollection CreateCollection()

Returns

GroupDescriptorCollection

Implements IGroupDescriptorCollectionFactory.CreateCollection()