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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to display Minimize buttons, false to hide them. |
See Also