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

PivotGridFieldBase.DefaultDecimalFormat Property

Provides access to global formatting settings for decimal values.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public static FormatInfo DefaultDecimalFormat { get; }

Property Value

Type Description
FormatInfo

A FormatInfo object that provides the formatting settings for decimal values.

Remarks

Global formatting settings for date/time and percent values can be accessed via the static PivotGridFieldBase.DefaultDateFormat and PivotGridFieldBase.DefaultPercentFormat properties, respectively. The total values have specific global formatting settings obtained by the static PivotGridFieldBase.DefaultTotalFormat property.

Use the PivotGridFieldBase.IsDefaultFormat method to determine whether particular format settings match the default ones.

To learn more, see Data Formatting.

See Also