Class SortDescriptionIndex
Inheritance
System.Object
SortDescriptionIndex
Namespace: Syncfusion.Blazor.Data
Assembly: Syncfusion.Blazor.dll
Syntax
public class SortDescriptionIndex : Object
Constructors
SortDescriptionIndex()
Declaration
public SortDescriptionIndex()
Properties
Index
Declaration
public int Index { get; set; }
Property Value
Type |
---|
System.Int32 |
SortDescription
Declaration
public SortDescription SortDescription { get; set; }
Property Value
Type |
---|
Syncfusion.Blazor.Data.SortDescription |