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.v20.2.Core.Desktop.dll

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ResizedSide property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also