Skip to main content

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.v14.2.dll

#Declaration

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

#Property Value

Type Default Description
Double

100

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

#Remarks

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