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

Document.IsMaximized Property

Gets whether the current Document is maximized.

Namespace: DevExpress.XtraBars.Docking2010.Views.NativeMdi

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

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

Property Value

Type Description
Boolean

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

See Also