ResizedSide Enum
In This Article
Lists appointment boundaries which could be moved when the appointment is being resized.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
#Members
Name | Description |
---|---|
At
|
The appointment’s start time boundary is moved. |
At
|
The appointment’s end time boundary is moved. |
#Related API Members
The following properties accept/return ResizedSide values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Appointment |
WPF Controls | Appointment |
See Also