Back to Devexpress

Document.IsMaximized Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-nativemdi-dot-document-00a81e3e.md

latest1.5 KB
Original Source

Document.IsMaximized Property

Gets whether the current Document is maximized.

Namespace : DevExpress.XtraBars.Docking2010.Views.NativeMdi

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public override bool IsMaximized { get; }
vb
<Browsable(False)>
Public Overrides ReadOnly Property IsMaximized As Boolean

Property Value

TypeDescription
Boolean

true if the current Document is maximized; otherwise, false.

|

See Also

Maximized

Document Class

Document Members

DevExpress.XtraBars.Docking2010.Views.NativeMdi Namespace