Skip to main content
A newer version of this page is available. .

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, 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