Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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