DockItemDockingEventArgs.IsHiding Property
Gets whether the item is being docked over a zone used to set the item to the auto-hide state.
Namespace: DevExpress.Xpf.Docking.Base
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the item is being docked over a zone used to set the item to the auto-hide state; otherwise, false. |
See Also