Back to Devexpress

EndDockingEventArgs.Canceled Property

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

latest1.3 KB
Original Source

EndDockingEventArgs.Canceled Property

Indicates whether the docking operation was canceled by an end-user.

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 docking operation was canceled by an end-user; otherwise, false.

|

Remarks

end-users can cancel the docking operations by pressing the ESC key or any other hot key combination that activates another application (for example, ALT+TAB).

See Also

EndDockingEventArgs Class

EndDockingEventArgs Members

DevExpress.XtraBars.Docking Namespace