Kendo.Mvc.UI.Fluent.SpreadsheetToolbarSettingsBuilder
Defines the fluent API for configuring the SpreadsheetToolbarSettings settings.
Methods
Home(System.Action<Kendo.Mvc.UI.Fluent.SpreadsheetToolFactory>)
Configure the available tools in the Home tab.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.SpreadsheetToolFactory>
An action that configures the tools.
Home(System.Boolean)
A Boolean value which indicates if the Home tab will be displayed on the Spreadsheet Toolbar.
Parameters
value System.Boolean
The value that configures the home.
Insert(System.Action<Kendo.Mvc.UI.Fluent.SpreadsheetToolFactory>)
A collection of tools that will be shown in the Insert tab of the Toolbar.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.SpreadsheetToolFactory>
An action that configures the tools.
Insert(System.Boolean)
A Boolean value which indicates if the Insert tab will be displayed on the Spreadsheet Toolbar.
Parameters
value System.Boolean
The value that configures the insert.
Data(System.Action<Kendo.Mvc.UI.Fluent.SpreadsheetToolFactory>)
A collection of tools that will be shown in the Data tab of the Toolbar.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.SpreadsheetToolFactory>
An action that configures the tools.
Data(System.Boolean)
A Boolean value which indicates if the Data tab will be displayed on the Spreadsheet Toolbar.
Parameters
value System.Boolean
The value that configures the data.