Class SwimlaneSettingsModel
Interface for the class SwimlaneSettings.
Inheritance
System.Object
SwimlaneSettingsModel
Namespace: Syncfusion.Blazor.Kanban
Assembly: Syncfusion.Blazor.dll
Syntax
public class SwimlaneSettingsModel : Object
Constructors
SwimlaneSettingsModel()
Declaration
public SwimlaneSettingsModel()
Properties
AllowDragAndDrop
Enables or disables the drag and drop actions in the Kanban.
Declaration
public bool AllowDragAndDrop { get; set; }
Property Value
Type |
---|
System.Boolean |
Count
Defines the swimlane card count.
Declaration
public int Count { get; set; }
Property Value
Type |
---|
System.Int32 |
KeyField
Defines the key field of the Kanban board. The Kanban renders its layout based on this key field.
Declaration
public string KeyField { get; set; }
Property Value
Type |
---|
System.String |
ShowEmptyRow
Enable or disable empty swimlane.
Declaration
public bool ShowEmptyRow { get; set; }
Property Value
Type |
---|
System.Boolean |
ShowItemCount
Enable or disable items count.
Declaration
public bool ShowItemCount { get; set; }
Property Value
Type |
---|
System.Boolean |
SortDirection
Sort the swimlane resources. The possible values are: Ascending Descending.
Declaration
public SortDirection SortDirection { get; set; }
Property Value
Type |
---|
SortDirection |
Template
Defines the swimlane template.
Declaration
public RenderFragment<SwimlaneSettingsModel> Template { get; set; }
Property Value
Type |
---|
Microsoft.AspNetCore.Components.RenderFragment<SwimlaneSettingsModel> |
TextField
Defines the swimlane header text field.
Declaration
public string TextField { get; set; }
Property Value
Type |
---|
System.String |