Skip to main content
A newer version of this page is available. .

DayView.DraggedAppointmentHeight Property

Gets or sets the height of the appointment which is currently being dragged in the Day or Work-Week view.

Namespace: DevExpress.Xpf.Scheduler

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

Declaration

[DefaultValue(100)]
public double DraggedAppointmentHeight { get; set; }

Property Value

Type Default Description
Double 100

A Double value that specifies the dragged appointment height, in pixels.

Remarks

Important

You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.Xpf.Scheduling namespace. If you decide to upgrade an existing project in order to switch to the updated scheduler control, see the Migration Guidelines document.

Use the DraggedAppointmentHeight property to specify a height for long appointments being dragged. If an appointment height is less than the DraggedAppointmentHeight value, the appointment height will remain unchanged when the appointment is dragged.

DXScheduler_DayView_DraggedAppointmentHeight

See Also