Class KanbanSortSettings
Defines the Kanban board sort settings and their properties such as direction, sort order by and fields.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
KanbanSortSettings
Assembly: Syncfusion.Blazor.dll
Syntax
public class KanbanSortSettings : SfDataBoundComponent
Constructors
KanbanSortSettings()
Declaration
public KanbanSortSettings()
Properties
ChildContent
Defines the child content
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.RenderFragment |
|
Direction
Sort the cards. The possible values are:
Ascending
Descending
Declaration
public SortDirection Direction { get; set; }
Property Value
Field
Declaration
public string Field { get; set; }
Property Value
Type |
Description |
System.String |
|
SortBy
Sort the cards. The possible values are:
DataSourceOrder
Index
Custom
Declaration
public SortOrderBy SortBy { get; set; }
Property Value
Methods
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides