EndDockingEventArgs.Canceled Property
Indicates whether the docking operation was canceled by an end-user.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
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