Class KanbanColumnKeyBuilder
Represents a class for KanbanColumnKeyBuilder which includes a list of Kanban columns and add key into the column.
Inheritance
System.Object
KanbanColumnKeyBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class KanbanColumnKeyBuilder
Constructors
KanbanColumnKeyBuilder(KanbanColumn)
Initializes a new instance of the KanbanColumnKeyBuilder class.
Declaration
public KanbanColumnKeyBuilder(KanbanColumn column)
Parameters
Type | Name | Description |
---|---|---|
KanbanColumn | column | It displays the list of KanbanColumn |
Methods
Add(String)
Adds the key into Column.
Declaration
public void Add(string key)
Parameters
Type | Name | Description |
---|---|---|
System.String | key |