Class SortDescriptionIndex
Class that defines the sort description index and the sort description.
Inheritance
System.Object
SortDescriptionIndex
Namespace: Syncfusion.UI.Xaml.Data
Assembly: Syncfusion.Data.WinUI.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 |
---|---|
Syncfusion.UI.Xaml.Data.SortDescription | The sort descriptions, which contains the information of the column that represents sorting. |