Kendo.Mvc.UI.Fluent.PivotConfiguratorV2MessagesSettingsBuilder
Defines the fluent API for configuring the PivotConfiguratorV2MessagesSettings settings.
Methods
ApplyButtonText(System.String)
The text of the apply button.
Parameters
value System.String
The value that configures the applybuttontext.
CancelButtonText(System.String)
The text of the cancel button.
Parameters
value System.String
The value that configures the cancelbuttontext.
Measures(System.String)
The text messages displayed in the measure fields section when empty.
Parameters
value System.String
The value that configures the measures.
Columns(System.String)
The text messages displayed in the column fields section when empty.
Parameters
value System.String
The value that configures the columns.
Rows(System.String)
The text messages displayed in the row fields section when empty.
Parameters
value System.String
The value that configures the rows.
Title(System.String)
The title message in the configurator.
Parameters
value System.String
The value that configures the title.
FieldMenu(System.Action<Kendo.Mvc.UI.Fluent.PivotConfiguratorV2MessagesFieldMenuSettingsBuilder>)
The text messages displayed in the field menu.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.PivotConfiguratorV2MessagesFieldMenuSettingsBuilder>
The action that configures the fieldmenu.