Skip to main content
A newer version of this page is available. .

VisualMonthViewGroupByNone.DayOfWeekHeaders Property

Provides access to the collection of objects containing information on the visual representation of day of week headers.

Namespace: DevExpress.Xpf.Scheduler.Drawing

Assembly: DevExpress.Xpf.Scheduler.v19.1.dll

Declaration

public VisualDayOfWeekHeaderContentCollection DayOfWeekHeaders { get; protected set; }

Property Value

Type Description
DevExpress.Xpf.Scheduler.Drawing.VisualDayOfWeekHeaderContentCollection

A DevExpress.Xpf.Scheduler.Drawing.VisualDayOfWeekHeaderContentCollection object.

Remarks

Important

You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.Xpf.Scheduling namespace. If you decide to upgrade an existing project in order to switch to the updated scheduler control, see the Migration Guidelines document.

Use the DayOfWeekHeaders property to access the DevExpress.Xpf.Scheduler.Drawing.VisualDayOfWeekHeaderContentCollection collection of objects, which can be used to obtain the information on the visual appearance of day of week headers when the Month View is the current active view and no grouping is applied to appointments in the SchedulerControl.

DXScheduler_VisualMonthViewGroupByNone_DayOfWeekHeaders

See Also