PivotConfiguratorV2MessagesFieldMenuSettingsBuilder
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
RETURNS
Returns the current PivotConfiguratorV2MessagesFieldMenuSettingsBuilder instance.
SortAscending(System.String)
The text message displayed for the menu item which performs ascending sort.
Parameters
value - System.String
The value for SortAscending
RETURNS
Returns the current PivotConfiguratorV2MessagesFieldMenuSettingsBuilder instance.
SortDescending(System.String)
The text message displayed for the menu item which performs descending sort.
Parameters
value - System.String
The value for SortDescending
RETURNS
Returns the current PivotConfiguratorV2MessagesFieldMenuSettingsBuilder instance.
FilterFields(System.String)
The text messages of the fields filter menu item.
Parameters
value - System.String
The value for FilterFields
RETURNS
Returns the current PivotConfiguratorV2MessagesFieldMenuSettingsBuilder instance.
Filter(System.String)
The text messages of the filter button.
Parameters
value - System.String
The value for Filter
RETURNS
Returns the current PivotConfiguratorV2MessagesFieldMenuSettingsBuilder instance.
Include(System.String)
The text messages of the include menu item.
Parameters
value - System.String
The value for Include
RETURNS
Returns the current PivotConfiguratorV2MessagesFieldMenuSettingsBuilder instance.
Clear(System.String)
The text of the clear filter expressions button.
Parameters
value - System.String
The value for Clear
RETURNS
Returns the current PivotConfiguratorV2MessagesFieldMenuSettingsBuilder instance.
Reset(System.String)
The text of the reset button in the filter includes menu item.
Parameters
value - System.String
The value for Reset
RETURNS
Returns the current PivotConfiguratorV2MessagesFieldMenuSettingsBuilder instance.
MoveToColumns(System.String)
The text of the move to columns action in the menu.
Parameters
value - System.String
The value for MoveToColumns
RETURNS
Returns the current PivotConfiguratorV2MessagesFieldMenuSettingsBuilder instance.
MoveToRows(System.String)
The text of the move to rows action in the menu.
Parameters
value - System.String
The value for MoveToRows
RETURNS
Returns the current PivotConfiguratorV2MessagesFieldMenuSettingsBuilder instance.
MoveNext(System.String)
The text of the move as next action in the menu.
Parameters
value - System.String
The value for MoveNext
RETURNS
Returns the current PivotConfiguratorV2MessagesFieldMenuSettingsBuilder instance.
MovePrevious(System.String)
The text of the move as previous action in the menu.
Parameters
value - System.String
The value for MovePrevious
RETURNS
Returns the current PivotConfiguratorV2MessagesFieldMenuSettingsBuilder instance.
Operators(System.Action)
The text of the filter operators displayed in the filter menu.
Parameters
configurator - System.Action<PivotConfiguratorV2MessagesFieldMenuOperatorsSettingsBuilder>
The configurator for the operators setting.
RETURNS
Returns the current instance of PivotConfiguratorV2MessagesFieldMenuSettingsBuilder .