Class CustomToolbarItemsBuilder<T>
Inheritance
System.Object
CustomToolbarItemsBuilder<T>
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 CustomToolbarItemsBuilder<T>
where T : class
Type Parameters
Name | Description |
---|---|
T |
Constructors
CustomToolbarItemsBuilder(ToolbarSettings)
Initializes a new instance of the
Declaration
public CustomToolbarItemsBuilder(ToolbarSettings toolBar)
Parameters
Type | Name | Description |
---|---|---|
ToolbarSettings | toolBar | It displays the list ToolBarSettings options |
Methods
TemplateID(String)
It sets an object that indicates to enable the template for customized toolbar
Declaration
public CustomToolbarItemsBuilder<T> TemplateID(string templateId)
Parameters
Type | Name | Description |
---|---|---|
System.String | templateId | It accepts the string value and displays the custom toolbar |
Returns
Type | Description |
---|---|
CustomToolbarItemsBuilder<T> |
Tooltip(String)
It sets an object that indicates to enable the tooltip for customized toolbar
Declaration
public CustomToolbarItemsBuilder<T> Tooltip(string tooltip)
Parameters
Type | Name | Description |
---|---|---|
System.String | tooltip |
Returns
Type | Description |
---|---|
CustomToolbarItemsBuilder<T> |