Skip to main content

PivotGridCustomTotal.GetValueText(Object) Method

Returns the formatted text representation of the specified value according to the settings used to represent the headers of the current custom total.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v23.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public virtual string GetValueText(
    object value
)

Parameters

Name Type Description
value Object

An object which identifies the value to format.

Returns

Type Description
String

A string which is the formatted text representation of the specified value.

Remarks

The GetValueText method is called internally to format the text displayed within the headers of custom totals. This method formats the specified value according to the settings of the PivotGridCustomTotal.Format property.

See Also