Class TreeGridSortColumn
Configures Tree Grid sort column
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
TreeGridSortColumn
Assembly: Syncfusion.Blazor.dll
Syntax
public class TreeGridSortColumn : SfDataBoundComponent
Constructors
TreeGridSortColumn()
Declaration
public TreeGridSortColumn()
Properties
Direction
Defines the direction of sort column.
Declaration
public SortDirection Direction { get; set; }
Property Value
Field
Defines the field name of sort column.
Declaration
public string Field { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides