Skip to main content
A newer version of this page is available. .

NativeMdiView.Maximized Property

Gets whether any document is maximized.

Namespace: DevExpress.XtraBars.Docking2010.Views.NativeMdi

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
public bool Maximized { get; }

Property Value

Type Description
Boolean

true if any document is maximized; otherwise, false.

See Also