Skip to main content

EndSizingEventArgs.Canceled Property

Gets a value which indicates whether the operation has been canceled.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public bool Canceled { get; }

Property Value

Type Description
Boolean

true if the operation has been canceled; otherwise, false.

Remarks

end-users can cancel sizing operations by pressing the Esc key.

See Also