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
Direction
Gets the sort direction.
Declaration
public string Direction { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets the field name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |