DataItemDateTimeFormat.DateFormat Property
Gets or sets the format type associated with the DateTimeGroupInterval.DayMonthYear group interval.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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:
- 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