Class KanbanColumnBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
KanbanColumnBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class KanbanColumnBuilder : ControlBuilder
Constructors
KanbanColumnBuilder()
Declaration
public KanbanColumnBuilder()
KanbanColumnBuilder(List<KanbanColumn>)
Declaration
public KanbanColumnBuilder(List<KanbanColumn> collection)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<KanbanColumn> |
collection |
|
Methods
Add()
Declaration
AllowDrag(Boolean)
Enable or disable column drag
Declaration
public KanbanColumnBuilder AllowDrag(bool allowDrag)
Parameters
Type |
Name |
Description |
System.Boolean |
allowDrag |
|
Returns
AllowDrop(Boolean)
Enable or disable column drop
Declaration
public KanbanColumnBuilder AllowDrop(bool allowDrop)
Parameters
Type |
Name |
Description |
System.Boolean |
allowDrop |
|
Returns
AllowToggle(Boolean)
Enable or disable toggle column
Declaration
public KanbanColumnBuilder AllowToggle(bool allowToggle)
Parameters
Type |
Name |
Description |
System.Boolean |
allowToggle |
|
Returns
HeaderText(String)
Defines the column header title
Declaration
public KanbanColumnBuilder HeaderText(string headerText)
Parameters
Type |
Name |
Description |
System.String |
headerText |
|
Returns
IsExpanded(Boolean)
Defines the collapsed or expandable state
Declaration
public KanbanColumnBuilder IsExpanded(bool isExpanded)
Parameters
Type |
Name |
Description |
System.Boolean |
isExpanded |
|
Returns
KeyField(Double)
Defines the column keyField. It supports both number and string type.
String type supports the multiple column keys and number type does not support the multiple column keys.
Declaration
public KanbanColumnBuilder KeyField(double keyField)
Parameters
Type |
Name |
Description |
System.Double |
keyField |
|
Returns
KeyField(String)
Defines the column keyField. It supports both number and string type.
String type supports the multiple column keys and number type does not support the multiple column keys.
Declaration
public KanbanColumnBuilder KeyField(string keyField)
Parameters
Type |
Name |
Description |
System.String |
keyField |
|
Returns
MaxCount(Int32)
Defines the maximum card count in column
Declaration
public KanbanColumnBuilder MaxCount(int maxCount)
Parameters
Type |
Name |
Description |
System.Int32 |
maxCount |
|
Returns
MinCount(Int32)
Defines the minimum card count in column
Declaration
public KanbanColumnBuilder MinCount(int minCount)
Parameters
Type |
Name |
Description |
System.Int32 |
minCount |
|
Returns
Enable or disable cell add button
Declaration
public KanbanColumnBuilder ShowAddButton(bool showAddButton)
Parameters
Type |
Name |
Description |
System.Boolean |
showAddButton |
|
Returns
ShowItemCount(Boolean)
Enable or disable card count in column
Declaration
public KanbanColumnBuilder ShowItemCount(bool showItemCount)
Parameters
Type |
Name |
Description |
System.Boolean |
showItemCount |
|
Returns
Template(String)
Defines the column template
Declaration
public KanbanColumnBuilder Template(string template)
Parameters
Type |
Name |
Description |
System.String |
template |
|
Returns
TransitionColumns(String[])
Defines the column transition
Declaration
public KanbanColumnBuilder TransitionColumns(string[] transitionColumns)
Parameters
Type |
Name |
Description |
System.String[] |
transitionColumns |
|
Returns