Back to Devexpress

LayoutPanel.DockItemState Property

wpf-devexpress-dot-xpf-dot-docking-dot-layoutpanel-1041bdfb.md

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public DockItemState DockItemState { get; }
vb
Public ReadOnly Property DockItemState As DockItemState

Property Value

TypeDescription
DockItemState

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

|

Available values:

NameDescription
Undefined

The panel does not belong to any group.

| | AutoHidden |

The panel is auto-hidden.

| | Closed |

The panel is closed.

| | Docked |

The panel is docked.

| | Floating |

The panel is floating.

|

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

Parent

LayoutPanel Class

LayoutPanel Members

DevExpress.Xpf.Docking Namespace