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

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

NuGet Package: DevExpress.Win.Navigation

Declaration

DefaultBoolean ShowMinimizeButton { get; set; }

Property Value

Type Description
DefaultBoolean

Specifies whether this floating Widget should display Mimimize buttons.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

See Also