DataItemDateTimeFormat.DateTimeFormat Property
Gets or sets the format type associated with the DateTimeGroupInterval.DateHourMinuteSecond group interval.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
DateTimeFormat | Default | A DateTimeFormat enumeration member that specifies the format type associated with the DateTimeGroupInterval.DateHourMinuteSecond group interval. |
Remarks
The format type defined by the DateTimeFormat property is applied to dimension date-time values, if the Dimension.DateTimeGroupInterval property is set to DateTimeGroupInterval.DateHourMinuteSecond.
See Also