Back to Devexpress

NativeMdiView.Maximized Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-nativemdi-dot-nativemdiview-9af63998.md

latest1.3 KB
Original Source

NativeMdiView.Maximized Property

Gets whether any 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 bool Maximized { get; }
vb
<Browsable(False)>
Public ReadOnly Property Maximized As Boolean

Property Value

TypeDescription
Boolean

true if any document is maximized; otherwise, false.

|

See Also

NativeMdiView Class

NativeMdiView Members

DevExpress.XtraBars.Docking2010.Views.NativeMdi Namespace