Skip to main content
A newer version of this page is available.
All docs
V18.2

PivotGridFieldBase.GetValueFormat(PivotGridValueType) Method

Returns formatting settings corresponding to the specified value type.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v18.2.Core.dll

Declaration

public FormatInfo GetValueFormat(
    PivotGridValueType valueType
)

Parameters

Name Type Description
valueType PivotGridValueType

A PivotGridValueType that identifies the required value type.

Returns

Type Description
FormatInfo

A FormatInfo object that represents the formatting settings for the specified value type.

See Also