Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxPivotGridViewDataItem.Value Property

Gets the value of the currently processed column field value or row field value in a string format.

#Declaration

Delphi
property Value: string read;

#Property Value

Type
string

#Remarks

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

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

See Also