Class ToolBarItemsBuilder<T>
Inheritance
System.Object
ToolBarItemsBuilder<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 ToolBarItemsBuilder<T>
where T : class
Type Parameters
Name | Description |
---|---|
T |
Constructors
ToolBarItemsBuilder(ToolbarSettings)
Initializes a new instance of the ToolBarBuilder<T> class.
Declaration
public ToolBarItemsBuilder(ToolbarSettings toolbar)
Parameters
Type | Name | Description |
---|---|---|
ToolbarSettings | toolbar | It displays the list of ToolBarSettings option |
Methods
AddTool(ToolBarItems)
It adds the list of default ToolBarItems into ToolBarSettings.
Declaration
public void AddTool(ToolBarItems item)
Parameters
Type | Name | Description |
---|---|---|
ToolBarItems | item | It accepts the list of Toolbar Items |