Skip to main content

DataItemDateTimeFormat.DateFormat Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

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

#Property Value

Type Default Description
DateFormat Default

A DateFormat enumeration member that specifies the format type associated with the DateTimeGroupInterval.DayMonthYear group interval.

Available values:

Name Description
Default

The default date formatting.

Long

Long date pattern.

6/15/2009 -> Monday, June 15, 2009 (en-US)

Short

Short date pattern.

6/15/2009 -> 6/15/2009 (en-US)

#Remarks

The format type defined by the DateFormat property is applied to:

See Also