Back to Devexpress

IDocumentDefaultProperties.CanMaximize Property

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

latest2.1 KB
Original Source

IDocumentDefaultProperties.CanMaximize Property

Gets whether this Document can currently be maximized at runtime.

Namespace : DevExpress.XtraBars.Docking2010.Views.Widget

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

true if this Document can currently be maximized at runtime; otherwise, false.

|

Remarks

See the IDocumentDefaultProperties.AllowMaximize and IDocumentProperties.AllowMaximize properties for details.

See Also

IDocumentDefaultProperties.AllowMaximize

IDocumentProperties.AllowMaximize

IDocumentDefaultProperties Interface

IDocumentDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.Widget Namespace