AppointmentResizeEventArgs.ResizedSide Property
In This Article
Indicates which appointment side is being moved when the appointment is resized.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Resized |
A DevExpress. |
#Remarks
An appointment can be dragged by its upper or lower time boundary when resized. To distinguish which side of appointment is moved, the ResizedSide property is used. It could be either the appointment's start or end.
See Also