IDocumentDefaultProperties.ShowMinimizeButton Property
Gets whether this Widget can show its Minimize button when it floats. This property overrides the global WidgetView.DocumentProperties.ShowMinimizeButton setting.
Namespace: DevExpress.XtraBars.Docking2010.Views.Widget
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
| Type | Description |
|---|---|
| DefaultBoolean | Specifies whether this floating Widget should display Mimimize buttons. |
Available values:
| Name | Description | Return Value |
|---|---|---|
| True | The value is true. |
|
| False | The value is false. |
|
| Default | The value is specified by a global option or a higher-level object. |
|
See Also