Skip to main content
All docs
V25.1
  • FloatState 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 FloatState

    Members

    Name Description
    Normal

    The panel is normal.

    Minimized

    The panel is minimized.

    Maximized

    The panel is maximized.

    Related API Members

    The following properties accept/return FloatState values:

    See Also