ClassGridViewSortDescriptorCollectionFactory
Class
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:
Constructors
GridViewSortDescriptorCollectionFactory(GridViewTemplate)
Initializes a new instance of the GridViewSortDescriptorCollectionFactory class.
Declaration
cs-api-definition
public GridViewSortDescriptorCollectionFactory(GridViewTemplate owner)
Parameters
owner
The owner.
Methods
CreateCollection()
Creates the collection.
Declaration
cs-api-definition
public SortDescriptorCollection CreateCollection()
Returns
Implements