Class KanbanContextMenuBuilder
Represents a class for KanbanColumnKeyBuilder which includes a list of Kanban columns and add key into the column.
Inheritance
System.Object
KanbanContextMenuBuilder
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 KanbanContextMenuBuilder
Constructors
KanbanContextMenuBuilder(KanbanContextMenuSettings)
Initializes a new instance of the KanbanContextMenuBuilder class.
Declaration
public KanbanContextMenuBuilder(KanbanContextMenuSettings menuSettings)
Parameters
Type | Name | Description |
---|---|---|
KanbanContextMenuSettings | menuSettings | It displays the KanbanContextMenuSettings |
Methods
Add(KanbanContextMenuItem)
It adds the list of default ContextMenuItems into the ContextMenuSettings.
Declaration
public void Add(KanbanContextMenuItem item)
Parameters
Type | Name | Description |
---|---|---|
KanbanContextMenuItem | item | It accepts the default contextmenu Items. |
Reset()
It adds the list of string ContextMenuItems into the ContextMenuSettings.
Declaration
public void Reset()