Back to Devexpress

QueryContinueAppointmentResizeEventArgs.Action Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-querycontinueappointmentresizeeventargs-1db6e63b.md

latest1.5 KB
Original Source

QueryContinueAppointmentResizeEventArgs.Action Property

Specifies whether the resize operation should continue, stop or be canceled.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public ResizeAction Action { get; set; }
vb
Public Property Action As ResizeAction

Property Value

TypeDescription
ResizeAction

A DevExpress.Xpf.Scheduling.ResizeAction enumeration value.

|

Available values:

NameDescription
Continue

Continue the resize operation.

| | Commit |

Finalize the resize operation.

| | Cancel |

Cancel the resize operation.

|

Remarks

Use the Action event’s property to specify if and how the resize operation should continue.

See Also

QueryContinueAppointmentResizeEventArgs Class

QueryContinueAppointmentResizeEventArgs Members

DevExpress.Xpf.Scheduling Namespace