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

IDocumentDefaultProperties.CanShowMinimizeButton Property

Gets whether floating Widgets can show Minimize buttons. See the following property for more details: BaseView.FloatDocumentsAlwaysOnTop.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
bool CanShowMinimizeButton { get; }

Property Value

Type Description
Boolean

true if floating Widgets can show Minimize buttons; otherwise, false.

See Also