Kendo.Mvc.UI.Fluent.PivotConfiguratorV2MessagesFieldMenuSettingsBuilder
Defines the fluent API for configuring the PivotConfiguratorV2MessagesFieldMenuSettings settings.
Methods
Apply(System.String)
The text message displayed for the apply button in the includes menu item.
Parameters
value System.String
The value that configures the apply.
SortAscending(System.String)
The text message displayed for the menu item which performs ascending sort.
Parameters
value System.String
The value that configures the sortascending.
SortDescending(System.String)
The text message displayed for the menu item which performs descending sort.
Parameters
value System.String
The value that configures the sortdescending.
FilterFields(System.String)
The text messages of the fields filter menu item.
Parameters
value System.String
The value that configures the filterfields.
Filter(System.String)
The text messages of the filter button.
Parameters
value System.String
The value that configures the filter.
Include(System.String)
The text messages of the include menu item.
Parameters
value System.String
The value that configures the include.
Clear(System.String)
The text of the clear filter expressions button.
Parameters
value System.String
The value that configures the clear.
Reset(System.String)
The text of the reset button in the filter includes menu item.
Parameters
value System.String
The value that configures the reset.
Operators(System.Action<Kendo.Mvc.UI.Fluent.PivotConfiguratorV2MessagesFieldMenuOperatorsSettingsBuilder>)
The text of the filter operators displayed in the filter menu.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.PivotConfiguratorV2MessagesFieldMenuOperatorsSettingsBuilder>
The action that configures the operators.