Skip to main content
All docs
V25.1
  • DockItemState Enum

    Contains values that identify dock states.

    Namespace: DevExpress.Xpf.Docking

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

    NuGet Package: DevExpress.Wpf.Docking

    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