PivotGridFieldToolTips.GetValueText(Object) Method
Returns the formatted text representation of the specified value according to the settings used to represent the field value tooltip.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | Object | An object which identifies the value to format. |
Returns
Type | Description |
---|---|
String | A string that specifies the formatted text representation of the specified value. |
See Also