Skip to main content

EndDockingEventArgs.Canceled Property

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

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 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