Skip to main content
All docs
V25.1
  • BaseDockOptions.ShowMinimizeButton Property

    Gets or sets whether floating Dock Panels should display buttons that allow users to collapse (minimize) these panels. Mimimize buttons cannot be shown if panels are always on top of their parent forms (see the DockingOptions.FloatPanelsAlwaysOnTop property).

    Namespace: DevExpress.XtraBars.Docking

    Assembly: DevExpress.XtraBars.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    [DefaultValue(true)]
    [XtraSerializableProperty]
    public virtual bool ShowMinimizeButton { get; set; }

    Property Value

    Type Default Description
    Boolean true

    true to show Mimimize buttons, false to hide them.

    See Also