Skip to main content
All docs
V19.2

PivotGridFieldBase.GetValueFormat(PivotGridValueType) Method

Returns formatting settings corresponding to the specified value type.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.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