IDocumentDefaultProperties.ShowMinimizeButton Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
DefaultBoolean ShowMinimizeButton { get; set; }
#Property Value
Type | Description |
---|---|
Default |
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