Skip to main content
All docs
V25.1
  • QueryContinueAppointmentResizeEventArgs.Action Property

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

    Namespace: DevExpress.Xpf.Scheduling

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

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public ResizeAction Action { get; set; }

    Property Value

    Type Description
    ResizeAction

    A DevExpress.Xpf.Scheduling.ResizeAction enumeration value.

    Available values:

    Name Description
    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