Skip to main content

SchedulerViewBase.HorizontalAppointmentContentTemplate Property

Gets or sets the template that defines the visual content of appointments displayed horizontally in the scheduler control's views.

Namespace: DevExpress.Xpf.Scheduler

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

#Declaration

public DataTemplate HorizontalAppointmentContentTemplate { 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 HorizontalAppointmentContentTemplate template is specified by the VisualHorizontalAppointmentControl class.

To learn more, see Styles and Templates.

See Also