'Declaration Public ReadOnly Property SortDescriptions As IList(Of SortDescription)
'Usage Dim instance As SelectionRange Dim value As IList(Of SortDescription) instance.SortDescriptions = value value = instance.SortDescriptions
public IList<SortDescription> SortDescriptions {get;}
Property Value
The SortDescription objects, which will be used to create the data query that is sent to the data source. Must be provided at construction time.