Back to Devexpress

PivotGridFieldBase.DefaultDecimalFormat Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridfieldbase-5de536bb.md

latest2.9 KB
Original Source

PivotGridFieldBase.DefaultDecimalFormat Property

Provides access to global formatting settings for decimal values.

Namespace : DevExpress.XtraPivotGrid

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

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
public static FormatInfo DefaultDecimalFormat { get; }
vb
Public Shared ReadOnly Property DefaultDecimalFormat As FormatInfo

Property Value

TypeDescription
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

DefaultDateFormat

DefaultPercentFormat

DefaultTotalFormat

IsDefaultFormat(FormatInfo)

Data Formatting

PivotGridFieldBase Class

PivotGridFieldBase Members

DevExpress.XtraPivotGrid Namespace