Skip to main content

VisualDraggedAppointmentControl Class

Provides information on the visual representation of time cells, over which an appointment is being dragged.

Namespace: DevExpress.Xpf.Scheduler.Drawing

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

Declaration

public class VisualDraggedAppointmentControl :
    VisualAppointmentControl
Public Class VisualDraggedAppointmentControl
    Inherits VisualAppointmentControl

Remarks

The VisualDraggedAppointmentControl specifies the target element for the SchedulerViewBase.DragDropHoverTimeCellsStyle property.

Inheritance

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