Class SortDescriptorIndex
Provides data regarding the index of sort descriptor.
Inheritance
System.Object
SortDescriptorIndex
Namespace: Syncfusion.Maui.DataSource.Extensions
Assembly: Syncfusion.Maui.DataSource.dll
Syntax
public class SortDescriptorIndex : Object
Constructors
SortDescriptorIndex()
Declaration
public SortDescriptorIndex()
Properties
Index
Gets or sets the item index.
Declaration
public int Index { get; set; }
Property Value
Type |
---|
System.Int32 |
SortDescriptor
Gets or sets the sort descriptor.
Declaration
public SortDescriptor SortDescriptor { get; set; }
Property Value
Type |
---|
SortDescriptor |