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