Class ToolBarOptions
Specifies the toolbarSettings options.
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.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class ToolBarOptions : EJTagHelper
Constructors
ToolBarOptions()
Declaration
public ToolBarOptions()
Properties
CustomToolbarItems
Option to add custom items to the toolbar.
Declaration
[JsonProperty("customToolbarItems")]
public virtual List<GanttCustomToolbarItem> CustomToolbarItems { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<GanttCustomToolbarItem> |
ShowToolbar
Specifies the state of enabling or disabling toolbar
Declaration
[JsonProperty("showToolbar")]
public bool ShowToolbar { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ToolbarItems
Specifies the list of toolbar items to rendered in toolbar
Declaration
[JsonProperty("toolbarItems")]
public List<string> ToolbarItems { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Methods
ShouldSerializeCustomToolbarItems()
Declaration
public bool ShouldSerializeCustomToolbarItems()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeToolBarItems()
Declaration
public bool ShouldSerializeToolBarItems()
Returns
Type | Description |
---|---|
System.Boolean |