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

BaseDocument.IsMaximized Property

Gets whether the BaseDocument is currently maximized.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

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

Property Value

Type Description
Boolean

true, if the BaseDocument is currently maximized; otherwise, false.

Remarks

The IsMaximized property makes sense for TabbedView and NativeMdiView only.

See Also