ResizeState Enum
Lists states of the resize action.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Members
Name | Description |
---|---|
Start
|
Indicates that the resize action is started. |
Continue
|
Indicates that the resize action is continuing. |
Commit
|
Indicates that the resize action has ended. |
Related API Members
The following properties accept/return ResizeState values:
See Also