PivotGridMessagesBuilder

Methods

MeasureFields(System.String)

Sets the text message for the measure fields area in the PivotGrid.

Parameters

message - System.String

The message to be displayed for the measure fields area.

RETURNS

The PivotGridMessagesBuilder object to support method chaining.

ColumnFields(System.String)

Sets the text message for the column fields area in the PivotGrid.

Parameters

message - System.String

The message to be displayed for the column fields area.

RETURNS

The PivotGridMessagesBuilder object to support method chaining.

RowFields(System.String)

Sets the text message for the row fields area in the PivotGrid.

Parameters

message - System.String

The message to be displayed for the row fields area.

RETURNS

The PivotGridMessagesBuilder object to support method chaining.

FieldMenu(System.Action)

Sets the messages of the pivotFieldMenu.

Parameters

addViewAction - System.Action<PivotFieldMenuMessagesBuilder>

The lambda which configures the pivotFieldMenu messages.

RETURNS

The PivotGridMessagesBuilder object to support method chaining.