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

Scheduler Elements that Support Templates

Note

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.

The following table lists all template properties introduced by DXScheduler.

Visual Element

Property

Description

Data Context (Binding Source)

Appointment

SchedulerViewBase.HorizontalAppointmentContentTemplate

SchedulerViewBase.HorizontalAppointmentContentTemplateSelector

DayView.VerticalAppointmentContentTemplate

DayView.VerticalAppointmentContentTemplateSelector

Specify templates that define the presentation of appointments.

VisualHorizontalAppointmentControl

VisualVerticalAppointmentControl

Time Cells

SchedulerViewBase.SelectionTemplate

Specifies the template that defines the presentation of time cells that are currently selected.

In-place Editor

SchedulerControl.InplaceEditTemplate

Specifies the template that defines the presentation of an in-place editor.

AppointmentInplaceEditor

Tooltips

SchedulerViewBase.AppointmentToolTipContentTemplate

Specify templates that define the presentation of tooltips.

DevExpress.Xpf.Scheduler.Drawing.VisualAppointmentViewInfo

List<Appointment>

See Also