Skip to main content

TcxPivotGridGroupItem.Value Property

Gets the value of the currently processed column grouping value (or the row grouping value) in a string format.

Declaration

property Value: Variant read;

Property Value

Type
Variant

Remarks

The returned value is formatted according to the host environment’s locale and the type of the assigned value (see the TcxPivotGridField.GroupInterval property).

Use the Value property to return the display text of the currently processed column grouping value (or the row grouping value).

Note

the null value is returned, if the grouping value is not bound to any field.

See Also