Class CustomToolBarSettingsBuilder
Represents a class for CustomToolbarSettingsBuilder which includes template property and used to customize the Kanban toolbar.
Inheritance
System.Object
CustomToolBarSettingsBuilder
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 CustomToolBarSettingsBuilder
Constructors
CustomToolBarSettingsBuilder()
Initializes a new instance of the CustomToolBarSettingsBuilder class.
Declaration
public CustomToolBarSettingsBuilder()
CustomToolBarSettingsBuilder(Kanban)
Initializes a new instance of the CustomToolBarSettingsBuilder class.
Declaration
public CustomToolBarSettingsBuilder(Kanban kanban)
Parameters
Type | Name | Description |
---|---|---|
Kanban | kanban | It displays the Kanban option |
Methods
Add()
It adds the current custom toolbar item.
Declaration
public void Add()
Template(String)
To customize the tooltip display based on the template given.
Declaration
public CustomToolBarSettingsBuilder Template(string template)
Parameters
Type | Name | Description |
---|---|---|
System.String | template | It accepts template id as string |
Returns
Type | Description |
---|---|
CustomToolBarSettingsBuilder | CustomToolBarSettingsBuilder |