Class ResizeAction
Specifies the actions of resizing event.
Inheritance
System.Object
    ResizeAction
  Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.Scheduler.WinUI.dll
Syntax
public sealed class ResizeAction : EnumFields
Cancelling
Denotes the event occurred before cancelling the resize operation when user press Esc key when resizing operation in progress.
Declaration
public const ResizeAction CancellingField Value
| Type | 
|---|
| ResizeAction | 
Committing
Denotes event occurred when user ends the resizing by releasing pointer to commit the changed to underlying appointment.
Declaration
public const ResizeAction CommittingField Value
| Type | 
|---|
| ResizeAction | 
Progressing
Denotes event occurred when user resizing an appointment.
Declaration
public const ResizeAction ProgressingField Value
| Type | 
|---|
| ResizeAction | 
Starting
Denotes event occurred when user mouse over the appointment to resize an appointment (before showing resize cursor).
Declaration
public const ResizeAction StartingField Value
| Type | 
|---|
| ResizeAction |