Class SortDescriptionIndex
Class that defines the sort description index and the sort description.
Inheritance
System.Object
SortDescriptionIndex
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Data.Extensions
Assembly: Syncfusion.Data.WinForms.dll
Syntax
public class SortDescriptionIndex
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 |
---|---|
SortDescription | The sort descriptions, which contains the information of the column that represents sorting. |