Back to Devexpress

DockLayoutManager.HandleHwndHostMouseEvents Property

wpf-devexpress-dot-xpf-dot-docking-dot-docklayoutmanager-03d23414.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public bool HandleHwndHostMouseEvents { get; set; }
vb
Public Property HandleHwndHostMouseEvents As Boolean

Property Value

TypeDescription
Boolean

true , to handle mouse events; otherwise, false.

|

See Also

DockLayoutManager Class

DockLayoutManager Members

DevExpress.Xpf.Docking Namespace