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

DockItemState Enum

Contains values that identify dock states.

Namespace: DevExpress.Xpf.Docking

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

Declaration

public enum DockItemState

Members

Name Description
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.

Related API Members

The following properties accept/return DockItemState values:

See Also