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

DataItemDateTimeFormat.QuarterFormat Property

Gets or sets the format type associated with the DateTimeGroupInterval.Quarter group interval.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

[DefaultValue(QuarterFormat.Default)]
public QuarterFormat QuarterFormat { get; set; }

Property Value

Type Default Description
QuarterFormat **Default**

A QuarterFormat enumeration member that specifies the format type associated with the DateTimeGroupInterval.Quarter group interval.

Remarks

The format type defined by the QuarterFormat property is applied to dimension date-time values if the Dimension.DateTimeGroupInterval property is set to DateTimeGroupInterval.Quarter.

See Also