Back to Devexpress

EndSizingEventArgs.Canceled Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-endsizingeventargs.md

latest1.2 KB
Original Source

EndSizingEventArgs.Canceled Property

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

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public bool Canceled { get; }
vb
Public ReadOnly Property Canceled As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

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

See Also

EndSizingEventArgs Class

EndSizingEventArgs Members

DevExpress.XtraBars.Docking Namespace