Class KanbanSwimlaneSettings
Inheritance
System.Object
KanbanSwimlaneSettings
Assembly: Syncfusion.EJ2.dll
Syntax
public class KanbanSwimlaneSettings : EJTagHelper
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 |
|
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
KeyField
Defines the swimlane key field
Declaration
public string KeyField { get; set; }
Property Value
Type |
Description |
System.String |
|
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
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 |
|
ShowUnassignedRow
Enable or disable unassigned swimlane group
Declaration
public bool ShowUnassignedRow { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SortComparer
Defines the custom sort comparer function.
The sort comparer function has the same functionality like
Array.sort
sort comparer.
Declaration
public object SortComparer { get; set; }
Property Value
Type |
Description |
System.Object |
|
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 string Template { get; set; }
Property Value
Type |
Description |
System.String |
|
TextField
Defines the swimlane header text field
Declaration
public string TextField { get; set; }
Property Value
Type |
Description |
System.String |
|