Class KanbanColumn
Inherited Members
Namespace: Syncfusion.EJ2.Kanban
Assembly: Syncfusion.EJ2.dll
Syntax
public class KanbanColumn : EJTagHelper
Constructors
KanbanColumn()
Declaration
public KanbanColumn()
Properties
AllowDrag
Enable or disable column drag
Declaration
[HtmlAttributeName("allowDrag")]
public bool AllowDrag { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |
AllowDrop
Enable or disable column drop
Declaration
[HtmlAttributeName("allowDrop")]
public bool AllowDrop { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |
AllowToggle
Enable or disable toggle column
Declaration
[HtmlAttributeName("allowToggle")]
public bool AllowToggle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
HeaderText
Defines the column header title
Declaration
[HtmlAttributeName("headerText")]
public string HeaderText { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
IsExpanded
Defines the collapsed or expandable state
Declaration
[HtmlAttributeName("isExpanded")]
public bool IsExpanded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |
KeyField
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
[HtmlAttributeName("keyField")]
public string KeyField { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
MaxCount
Defines the maximum card count in column
Declaration
[HtmlAttributeName("maxCount")]
public int MaxCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The default value is null |
MinCount
Defines the minimum card count in column
Declaration
[HtmlAttributeName("minCount")]
public int MinCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The default value is null |
ShowAddButton
Enable or disable cell add button
Declaration
[HtmlAttributeName("showAddButton")]
public bool ShowAddButton { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
ShowItemCount
Enable or disable card count in column
Declaration
[HtmlAttributeName("showItemCount")]
public bool ShowItemCount { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |
Template
Defines the column template
Declaration
[HtmlAttributeName("template")]
public string Template { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
TransitionColumns
Defines the column transition
Declaration
[HtmlAttributeName("transitionColumns")]
public string[] TransitionColumns { get; set; }
Property Value
Type | Description |
---|---|
System.String[] | The default value is null |