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.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

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.

See Also