Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Docking

Declaration

public bool HandleHwndHostMouseEvents { get; set; }

Property Value

Type Description
Boolean

true, to handle mouse events; otherwise, false.

See Also