DockLayoutManager.HandleHwndHostMouseEvents Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, to handle mouse events; otherwise, false. |
See Also