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) |
---|---|---|---|
SchedulerViewBase.HorizontalAppointmentContentTemplate SchedulerViewBase.HorizontalAppointmentContentTemplateSelector | Specify templates that define the presentation of appointments. | ||
Specifies the template that defines the presentation of time cells that are currently selected. | |||
In-place Editor | Specifies the template that defines the presentation of an in-place editor. | ||
Tooltips | Specify templates that define the presentation of tooltips. | DevExpress.Xpf.Scheduler.Drawing.VisualAppointmentViewInfo List<Appointment> |