Class SortDescriptorIndex
Provides data regarding the index of sort descriptor.
Inheritance
System.Object
    SortDescriptorIndex
  Namespace: Syncfusion.DataSource.Extensions
Assembly: Syncfusion.DataSource.Portable.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 |