Skip to main content

AppointmentResizeEventArgs.ResizedSide Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v14.2.Core.dll

#Declaration

public ResizedSide ResizedSide { get; }

#Property Value

Type Description
ResizedSide

A DevExpress.XtraScheduler.ResizedSide enumeration value specifying the appointment's side.

#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