Class ToolbarSettings
Gets or sets an object that indicates whether to enable the toolbar in the grid and add 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 ToolbarSettings : EJTagHelper
Constructors
ToolbarSettings()
Declaration
public ToolbarSettings()
Properties
CustomToolbarItem
Gets or sets a value that indicates whether to add custom toolbar items within the toolbar to perform any action in the grid.
Declaration
public List<CustomToolbarItem> CustomToolbarItem { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CustomToolbarItem> |
CustomToolbarItems
Gets or sets a value that indicates whether to add custom toolbar items within the toolbar to perform any action in the grid.
Declaration
[JsonProperty("customToolbarItems")]
public List<object> CustomToolbarItems { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Object> |
ShowToolbar
Gets or sets a value that indicates whether to enable toolbar in the grid.
Declaration
[JsonProperty("showToolbar")]
public bool ShowToolbar { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ToolbarItems
Gets or sets a value that indicates whether to add the default editing actions as a toolbar items.
Declaration
[JsonProperty("toolbarItems")]
public List<string> ToolbarItems { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Methods
ShouldSerializeCustomToolbarItems()
Gets or sets a value that indicates whether the custom toolbar items should serialize.
Declaration
public bool ShouldSerializeCustomToolbarItems()
Returns
Type | Description |
---|---|
System.Boolean | It returns the Boolean |
ShouldSerializeToolBarItems()
Gets or sets a value that indicates whether the toolbar items should serialize.
Declaration
public bool ShouldSerializeToolBarItems()
Returns
Type | Description |
---|---|
System.Boolean | It returns the Boolean |