PivotGridFieldBase.DefaultDateFormat Property
Provides access to global formatting settings for date/time values.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
public static FormatInfo DefaultDateFormat { get; }
#Property Value
Type | Description |
---|---|
Format |
A Format |
#Remarks
Global formatting settings for decimal and percent values can be accessed via the static PivotGridFieldBase.DefaultDecimalFormat 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 formatting settings match the default ones.
To learn more, see Data Formatting.