Class TreeGridToolBarOptions
Options for displaying and customizing the toolbar items.
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 TreeGridToolBarOptions : EJTagHelper
Constructors
TreeGridToolBarOptions()
Declaration
public TreeGridToolBarOptions()
Properties
CustomToolbarItems
Option to add custom items to the toolbar.
Declaration
[JsonProperty("customToolbarItems")]
public virtual List<TreeGridCustomToolbarItem> CustomToolbarItems { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<TreeGridCustomToolbarItem> |
ShowToolbar
Shows/hides the toolbar.
Declaration
[JsonProperty("showToolbar")]
public bool ShowToolbar { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ToolbarItems
Option to add items to the 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 |