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

DataItemDateTimeFormat.ExactDateFormat Property

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v18.2.Core.dll

Declaration

[DefaultValue(ExactDateFormat.Day)]
public ExactDateFormat ExactDateFormat { get; set; }

Property Value

Type Default Description
ExactDateFormat **Day**

A ExactDateFormat enumeration member that specifies the format type associated with the DateTimeGroupInterval.None group interval.

Available values:

Name Description
Year

The year pattern, dependent on the DataItemDateTimeFormat.YearFormat property value.

Quarter

The default year and full quarter pattern.

Month

The default year pattern and the full name of the month.

Day

The date pattern, dependent on the DataItemDateTimeFormat.DateFormat property value.

Hour

The date-time pattern, dependent on the DataItemDateTimeFormat.DateHourFormat property value.

Minute

The date-time pattern, dependent on the DataItemDateTimeFormat.DateHourMinuteFormat property value.

Second

The date-time pattern, dependent on the DataItemDateTimeFormat.DateTimeFormat property value.

See Also