Class
GridViewSortDescriptorCollectionFactory

Represents a factory for the collection that stores the sort descriptors

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class GridViewSortDescriptorCollectionFactory : ISortDescriptorCollectionFactory

Inheritance: objectGridViewSortDescriptorCollectionFactory

Implements: ISortDescriptorCollectionFactory

Constructors

GridViewSortDescriptorCollectionFactory(GridViewTemplate)

Initializes a new instance of the GridViewSortDescriptorCollectionFactory class.

Declaration

cs-api-definition
public GridViewSortDescriptorCollectionFactory(GridViewTemplate owner)

Parameters

owner

GridViewTemplate

The owner.

Methods

CreateCollection()

Creates the collection.

Declaration

cs-api-definition
public SortDescriptorCollection CreateCollection()

Returns

SortDescriptorCollection

Implements ISortDescriptorCollectionFactory.CreateCollection()