DataItemDateTimeFormat.ExactTimeFormat Property
Gets or sets the format type associated with the DateTimeGroupInterval.None group interval for TimeOnly values.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v25.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
[DefaultValue(ExactTimeFormat.Second)]
public ExactTimeFormat ExactTimeFormat { get; set; }
Property Value
Type | Default | Description |
---|---|---|
ExactTimeFormat | Second | An ExactTimeFormat enumeration member that specifies the format type associated with the DateTimeGroupInterval.None group interval for TimeOnly values. |
See Also