Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public string GetValueText(
    object value
)

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