Skip to main content

DayView.VerticalAppointmentContentTemplate Property

Gets or sets the template that defines the visual content of appointments displayed vertically in the Day and Work-Week views.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public DataTemplate VerticalAppointmentContentTemplate { get; set; }

#Property Value

Type Description
DataTemplate

A DataTemplate object that defines the content of appointments.

#Remarks

The templates supplied by DXScheduler allow you to completely replace the look and feel of visual elements, while maintaining their existing behavior.

The binding source for the VerticalAppointmentContentTemplate template is specified by the VisualVerticalAppointmentControl class.

To learn more, see Styles and Templates.

#Examples

This example demonstrates how to use the DayView.VerticalAppointmentContentTemplate property to apply a custom template to appointments displayed vertically in the Day View and Work-Week View.

See Also