Skip to main content

Scheduler Elements That Support Templates

The following table lists all template properties introduced by DXScheduler for Silverlight.

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

SchedulerViewBase.MoreButtonToolTipContentTemplate

Specify templates that define the presentation of tooltips.

VisualAppointmentViewInfo

List<Appointment>

See Also