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

AppointmentResizeEventArgs.ResizedSide Property

Indicates which appointment side is being moved when the appointment is resized.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v21.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public ResizedSide ResizedSide { get; }

Property Value

Type Description
ResizedSide

A ResizedSide enumeration value, specifying the appointment’s side.

Available values:

Name Description
AtStartTime

The appointment’s start time boundary is moved.

AtEndTime

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