PivotFieldMenuMessagesBuilder
Methods
Info(System.String)
Sets the text for the information message in the field menu.
Parameters
message - System.String
The information message to be displayed.
RETURNS
The PivotFieldMenuMessagesBuilder object to support method chaining.
FilterFields(System.String)
Sets the text for the filter fields label in the field menu.
Parameters
message - System.String
The filter fields message to be displayed.
RETURNS
The PivotFieldMenuMessagesBuilder object to support method chaining.
Filter(System.String)
Sets the text for the filter button in the field menu.
Parameters
message - System.String
The filter button text to be displayed.
RETURNS
The PivotFieldMenuMessagesBuilder object to support method chaining.
Include(System.String)
Sets the text for the include button in the field menu.
Parameters
message - System.String
The include button text to be displayed.
RETURNS
The PivotFieldMenuMessagesBuilder object to support method chaining.
Title(System.String)
Sets the title text for the field menu dialog.
Parameters
message - System.String
The title text to be displayed.
RETURNS
The PivotFieldMenuMessagesBuilder object to support method chaining.
Clear(System.String)
Sets the text for the clear button in the field menu.
Parameters
message - System.String
The clear button text to be displayed.
RETURNS
The PivotFieldMenuMessagesBuilder object to support method chaining.
Ok(System.String)
Sets the text for the OK button in the field menu.
Parameters
message - System.String
The OK button text to be displayed.
RETURNS
The PivotFieldMenuMessagesBuilder object to support method chaining.
Cancel(System.String)
Sets the text for the Cancel button in the field menu.
Parameters
message - System.String
The Cancel button text to be displayed.
RETURNS
The PivotFieldMenuMessagesBuilder object to support method chaining.
Operators(System.Action)
Sets the messages of the pivotFieldMenu filter operators.
Parameters
addViewAction - System.Action<StringOperatorsBuilder>
The lambda which configures the pivotFieldMenu operator messages
RETURNS
The PivotFieldMenuMessagesBuilder object to support method chaining.