DayOfWeekHeader(BaseHeaderAppearance, DayOfWeek) Constructor
Initializes a new instance of the DayOfWeekHeader class with default settings.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Parameters
Name | Type | Description |
---|---|---|
appearance | BaseHeaderAppearance | A BaseHeaderAppearance object, that provides appearance settings for the visual element. |
dayOfWeek | DayOfWeek | A System.DayOfWeek enumeration member, specifying a day of the week. |
See Also