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

LayoutPanel.DockItemState Property

Gets whether the panel is docked, auto-hidden, floating, or closed. This is a dependency property.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v19.1.dll

Declaration

public DockItemState DockItemState { get; }

Property Value

Type Description
DevExpress.Xpf.Docking.DockItemState

A DevExpress.Xpf.Docking.DockItemState enumeration value that specifies whether the panel is docked, auto-hidden, floating, or closed.

Remarks

The DockItemState property gets whether the current panel is docked, auto-hidden, floating, or closed. If the panel does not belong to any group (see BaseLayoutItem.Parent), the DockItemState property returns Undefined.

See Also