TcxPivotGridViewDataItem.Value Property
Gets the value of the currently processed column field value or row field value in a string format.
Declaration
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