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 : Enum
Fields
Cancelling
Denotes the event occurred before cancelling the resize operation when user press Esc key when resizing operation in progress.
Declaration
public const ResizeAction Cancelling
Field 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 Committing
Field Value
Type |
---|
ResizeAction |
Progressing
Denotes event occurred when user resizing an appointment.
Declaration
public const ResizeAction Progressing
Field 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 Starting
Field Value
Type |
---|
ResizeAction |