SortDefinitions Property (DataSource)
In This Topic
Gets the SortDefinitionCollection collection defining sort of the data source.
Syntax
'Declaration
Public ReadOnly Property SortDefinitions As SortDefinitionCollection
public SortDefinitionCollection SortDefinitions {get;}
See Also