DataItemDateTimeFormat.DateFormat Property
In This Article
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 |
---|---|---|
Date |
Default | A Date |
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:
- dimension date-time values, if the Dimension.DateTimeGroupInterval property is set to DateTimeGroupInterval.DayMonthYear;
- measure summary values of the date-time type; these are values resulting from a Minimum or Maximum summary function calculated against a date-time measure.
See Also