Class SortedColumn
Defines the sort column.
Inherited Members
Namespace: Syncfusion.Blazor.Data
Assembly: Syncfusion.Blazor.dll
Syntax
public class SortedColumn
Constructors
SortedColumn()
Declaration
public SortedColumn()
Properties
Comparer
Gets the sort comparer
Declaration
public object Comparer { get; set; }
Property Value
| Type |
|---|
| object |
Direction
Specifies the sort order.
Declaration
[JsonPropertyName("direction")]
[JsonConverter(typeof(JsonStringEnumConverter))]
public SortOrder Direction { get; set; }
Property Value
| Type |
|---|
| SortOrder |
Field
Specifies the field to sort.
Declaration
[JsonPropertyName("field")]
public string Field { get; set; }
Property Value
| Type |
|---|
| string |