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

    Lists horizontal splitter bar states.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.1.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public enum SplitterBarState

    Members

    Name Description
    Minimized

    The slide region occupies the minimum available space within the application’s viewing area.

    Restored

    The primary region has a specific intermediate size.

    Maximized

    The slide region occupies the maximum available space within the application’s viewing area.

    Related API Members

    The following properties accept/return SplitterBarState values:

    See Also