Class Sort
Defines the sort descriptor.
Inheritance
System.Object
Sort
Namespace: Syncfusion.Blazor.Data
Assembly: Syncfusion.Blazor.dll
Syntax
public class Sort : Object
Constructors
Sort()
Declaration
public Sort()
Properties
Comparer
Gets the sort comparer
Declaration
public object Comparer { get; set; }
Property Value
Type |
---|
System.Object |
Direction
Gets the sort direction.
Declaration
public string Direction { get; set; }
Property Value
Type |
---|
System.String |
Name
Gets the field name.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |