Skip to main content
All docs
V24.1

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.v24.1.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 Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

See Also