Back to Devexpress

IDocumentDefaultProperties.CanShowMaximizeButton Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget-dot-idocumentdefaultproperties-84534143.md

latest2.2 KB
Original Source

IDocumentDefaultProperties.CanShowMaximizeButton Property

Gets whether this Document can currently display its maximize button.

Namespace : DevExpress.XtraBars.Docking2010.Views.Widget

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

true if this Document can currently display its maximize button; otherwise, false.

|

Remarks

See the IDocumentDefaultProperties.ShowMaximizeButton and IDocumentProperties.ShowMaximizeButton properties to learn more.

See Also

IDocumentDefaultProperties.ShowMaximizeButton

IDocumentProperties.ShowMaximizeButton

IDocumentDefaultProperties Interface

IDocumentDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.Widget Namespace