GridToolBarSettingsBuilder
Methods
Items(System.Action)
A JavaScript array that contains the ToolBar's commands configuration.
Parameters
configurator - System.Action<GridToolBarCommandFactoryBase>
The configurator for the items setting.
Overflow(System.Action)
Configures the overflow behavior of the ToolBar.
Parameters
configurator - System.Action<GridToolbarOverflowSettingsBuilder>
The configurator for the overflow setting.
ShowInactiveTools(System.Boolean)
If set to true, the toolbar will show the inactive tools in a disabled state. By default the tools will be hidden.
Parameters
value - System.Boolean
The value that determines if inactive tools will be shown in a disabled state.