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.v23.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.

Remarks

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

See Also