Back to Devexpress

IDocumentDefaultProperties.CanShowMinimizeButton Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget-dot-idocumentdefaultproperties-8d6a25cd.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
bool CanShowMinimizeButton { get; }
vb
<Browsable(False)>
ReadOnly Property CanShowMinimizeButton As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

IDocumentDefaultProperties Interface

IDocumentDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.Widget Namespace