AppointmentResizeEventArgs.ResizedSide Property
In This Article
Indicates which appointment side is being moved when the appointment is resized.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
public ResizedSide ResizedSide { get; }
#Property Value
Type | Description |
---|---|
Resized |
A Resized |
Available values:
Name | Description |
---|---|
At |
The appointment’s start time boundary is moved. |
At |
The appointment’s end time boundary is moved. |
#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