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

DataItemDateTimeFormat.DateFormat Property

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

Namespace: DevExpress.DashboardCommon

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

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.

Remarks

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

See Also