Skip to main content

VisualHorizontalAppointmentControl Class

Provides information on the visual representation of an appointment displayed horizontally in the SchedulerControl.

Namespace: DevExpress.Xpf.Scheduler.Drawing

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

#Declaration

public class VisualHorizontalAppointmentControl :
    VisualAppointmentControl

#Remarks

A VisualHorizontalAppointmentControl object serves as a data context (binding source) for the SchedulerViewBase.HorizontalAppointmentContentTemplate property. It can be used to define a custom template, modifying the visualization of horizontal appointments.

NOTE

Appointments are displayed horizontally in the Week View, Month View and Timeline View and in the all-day area of the Day View and Work-Week View.

#Inheritance

Object
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
Control
ContentControl
DevExpress.Xpf.Core.XPFContentControl
DevExpress.Xpf.Scheduler.Drawing.SchedulerContentControl
VisualAppointmentControl
VisualHorizontalAppointmentControl
See Also