Skip to main content
A newer version of this page is available. .

EndDockingEventArgs.Canceled Property

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

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public bool Canceled { get; }

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