Class SortColumn
Defines the Sort Column
Inheritance
System.Object
SortColumn
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class SortColumn : ValueType
Properties
Direction
Specifies the sort direction.
Declaration
public SortDirection Direction { get; set; }
Property Value
Type | Description |
---|---|
SortDirection |
Field
Specifies the field of the column to be sorted.
Declaration
public string Field { get; set; }
Property Value
Type | Description |
---|---|
System.String |