Skip to main content

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public bool IsHiding { get; }

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