PivotGridFieldBase.DefaultPercentFormat Property
Provides access to global formatting settings for percent values.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
FormatInfo | A FormatInfo object that provides the format settings for percent values. |
Remarks
Global formatting settings for decimal and date/time values can be accessed via the static PivotGridFieldBase.DefaultDecimalFormat and PivotGridFieldBase.DefaultDateFormat 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.