Class GanttCustomToolbarItemBuilder
Inheritance
System.Object
GanttCustomToolbarItemBuilder
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 GanttCustomToolbarItemBuilder
Constructors
GanttCustomToolbarItemBuilder(ToolBarOptions)
Initializes a new instance of the
Declaration
public GanttCustomToolbarItemBuilder(ToolBarOptions toolBar)
Parameters
Type | Name | Description |
---|---|---|
ToolBarOptions | toolBar | It displays the list ToolBarSettings options |
Fields
ganttToolOptions
Declaration
public ToolBarOptions ganttToolOptions
Field Value
Type | Description |
---|---|
ToolBarOptions |
Methods
Add()
It adds the toolbar item value.
Declaration
public void Add()
TemplateID(String)
It sets an object that indicates to enable the template for customized toolbar
Declaration
public GanttCustomToolbarItemBuilder TemplateID(string templateId)
Parameters
Type | Name | Description |
---|---|---|
System.String | templateId | It accepts the string value and displays the custom toolbar |
Returns
Type | Description |
---|---|
GanttCustomToolbarItemBuilder |
Text(String)
It sets an object that icon for customized toolbar
Declaration
public GanttCustomToolbarItemBuilder Text(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | It accepts the string value and displays the custom toolbar |
Returns
Type | Description |
---|---|
GanttCustomToolbarItemBuilder |
TooltipText(String)
It sets an object that tooltip for customized toolbar
Declaration
public GanttCustomToolbarItemBuilder TooltipText(string tooltipText)
Parameters
Type | Name | Description |
---|---|---|
System.String | tooltipText | It accepts the string value and displays the custom toolbar |
Returns
Type | Description |
---|---|
GanttCustomToolbarItemBuilder |