Class SortDescriptionIndex
Represents a sort description with its index position in a collection.
Inherited Members
Namespace: Syncfusion.Blazor.Data
Assembly: Syncfusion.Blazor.dll
Syntax
public class SortDescriptionIndex
Constructors
SortDescriptionIndex()
Declaration
public SortDescriptionIndex()
Properties
Index
Gets or sets the index position of the sort description.
Declaration
public int Index { get; set; }
Property Value
| Type |
|---|
| int |
SortDescription
Gets or sets the sort description containing field name and sort direction.
Declaration
public SortDescription SortDescription { get; set; }
Property Value
| Type |
|---|
| SortDescription |