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.v25.2.dll
NuGet Package: DevExpress.Win.PivotGrid
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