Class SortDescriptionIndex
Class that defines the sort description index and the sort description.
Inheritance
System.Object
SortDescriptionIndex
Namespace: Syncfusion.Data.Extensions
Assembly: Syncfusion.Data.WPF.dll
Syntax
public class SortDescriptionIndex : Object
Constructors
SortDescriptionIndex()
Declaration
public SortDescriptionIndex()
Properties
Index
Gets or sets the index of the sort description.
Declaration
public int Index { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The index of the sort description. |
SortDescription
Gets or sets the sort descriptions, which contains the information of the column that represents sorting.
Declaration
public SortDescription SortDescription { get; set; }
Property Value
Type | Description |
---|---|
System.ComponentModel.SortDescription | The sort descriptions, which contains the information of the column that represents sorting. |