Class KanbanSwimlaneSettings
Defines the swimlane settings to Kanban board such as key field, text field, template,
allow drag-and-drop, show or hide an empty row, show or hide items count, and more.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
KanbanSwimlaneSettings
Assembly: Syncfusion.Blazor.dll
Syntax
public class KanbanSwimlaneSettings : SfDataBoundComponent
Constructors
KanbanSwimlaneSettings()
Declaration
public KanbanSwimlaneSettings()
Properties
AllowDragAndDrop
Enable or disable the card drag and drop actions
Declaration
public bool AllowDragAndDrop { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ChildContent
Defines the child content
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.RenderFragment |
|
KeyField
Defines the swimlane key field
Declaration
public string KeyField { get; set; }
Property Value
Type |
Description |
System.String |
|
ShowEmptyRow
Enable or disable empty swimlane
Declaration
public bool ShowEmptyRow { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowItemCount
Enable or disable items count
Declaration
public bool ShowItemCount { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SortDirection
Sort the swimlane resources. The possible values are:
Ascending
Descending
Declaration
public SortDirection SortDirection { get; set; }
Property Value
Template
Defines the swimlane row template
Declaration
public RenderFragment<SwimlaneSettingsModel> Template { get; set; }
Property Value
TextField
Defines the swimlane header text field
Declaration
public string TextField { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|
OnAfterRenderAsync(Boolean)
Declaration
protected Task OnAfterRenderAsync(bool firstRender)
Parameters
Type |
Name |
Description |
System.Boolean |
firstRender |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
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