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

DockLayoutManager.HandleHwndHostMouseEvents Property

Gets or sets whether the DockLayoutManager should handle the mouse events ocurring in layout items’ nested HwndHosts.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Docking, DevExpress.Wpf.Navigation

Declaration

public bool HandleHwndHostMouseEvents { get; set; }

Property Value

Type Description
Boolean

true, to handle mouse events; otherwise, false.

See Also