Skip to main content
All docs
V23.2

IDocumentProperties.ShowMinimizeButton Property

Gets or sets whether floating Widgets can display their Minimize button. You can override this setting for individual Widgets. To do so, use their Document.Properties.ShowMinimizeButton properties. Mimimize buttons cannot be shown if floating Widgets are always on top of their parent forms, see this property for more details: BaseView.FloatDocumentsAlwaysOnTop.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

bool ShowMinimizeButton { get; set; }

Property Value

Type Description
Boolean

true to display Minimize buttons, false to hide them.

See Also