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