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

VisualWeekViewGroupByDate.DayOfWeekHeaders Property

Provides access to the collection of objects containing the 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 information on the visual appearance of day of week headers when the Week View or Month View is the current active view and appointments are grouped by dates in the SchedulerControl.

DXScheduler_VisualWeekViewGroupByDate_DayOfWeekHeaders

See Also