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

PivotGridFieldBase.DefaultPercentFormat Property

Provides access to global formatting settings for percent values.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public static FormatInfo DefaultPercentFormat { get; }

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 PivotGridFieldBase.DefaultDecimalFormat and PivotGridFieldBase.DefaultDateFormat static properties, respectively. The total values have specific global formatting settings obtained by the PivotGridFieldBase.DefaultTotalFormat static property.

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

To learn more, see Data Formatting.

See Also