Skip to main content
A newer version of this page is available. .
All docs
V20.2

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.v20.2.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.

Property Paths

You can access this nested property as listed below:

Show 17 property paths
Library Object Type Path to ShowMinimizeButton
WinForms Controls SnapDockManager
.DockingOptions .ShowMinimizeButton
FieldListDockPanel
.Options .ShowMinimizeButton
ReportExplorerDockPanel
.Options .ShowMinimizeButton
DockManager
.DockingOptions .ShowMinimizeButton
DockPanel
.Options .ShowMinimizeButton
PanAndZoomDockPanel
.Options .ShowMinimizeButton
Reporting DesignDockPanel
.Options .ShowMinimizeButton
ErrorListDockPanel
.Options .ShowMinimizeButton
FieldListDockPanel
.Options .ShowMinimizeButton
GroupAndSortDockPanel
.Options .ShowMinimizeButton
PropertyGridDockPanel
.Options .ShowMinimizeButton
ReportExplorerDockPanel
.Options .ShowMinimizeButton
ReportGalleryDockPanel
.Options .ShowMinimizeButton
ToolBoxDockPanel
.Options .ShowMinimizeButton
TreeViewDesignDockPanel
.Options .ShowMinimizeButton
TypedDesignDockPanel
.Options .ShowMinimizeButton
XRDesignDockManager
.DockingOptions .ShowMinimizeButton
See Also