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

AppointmentItemResizeEventArgs.ResizedSide Property

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

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

public ResizedSide ResizedSide { get; }

Property Value

Type Description
ResizedSide

One of the ResizedSide enumeration values, 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(appointment start) or lower(appointment end) time boundary when resized. Use the ResizedSide property to distinguish which appointment side is moved.

The following code snippet (auto-collected from DevExpress Examples) contains a reference 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