Kendo.Mvc.UI.Fluent.PivotConfiguratorV2MessagesFieldMenuSettingsBuilder
Defines the fluent API for configuring PivotConfiguratorV2MessagesFieldMenuSettings
Methods
Apply(System.String)
The text message displayed for the apply button in the includes menu item.
Parameters
value System.String
The value for Apply
SortAscending(System.String)
The text message displayed for the menu item which performs ascending sort.
Parameters
value System.String
The value for SortAscending
SortDescending(System.String)
The text message displayed for the menu item which performs descending sort.
Parameters
value System.String
The value for SortDescending
FilterFields(System.String)
The text messages of the fields filter menu item.
Parameters
value System.String
The value for FilterFields
Filter(System.String)
The text messages of the filter button.
Parameters
value System.String
The value for Filter
Include(System.String)
The text messages of the include menu item.
Parameters
value System.String
The value for Include
Clear(System.String)
The text of the clear filter expressions button.
Parameters
value System.String
The value for Clear
Reset(System.String)
The text of the reset button in the filter includes menu item.
Parameters
value System.String
The value for 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 configurator for the operators setting.