Skip to main content

INativeMdiViewController.Maximize(Document) Method

Maximizes the target Document.

Namespace: DevExpress.XtraBars.Docking2010.Views.NativeMdi

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

bool Maximize(
    Document document
)

Parameters

Name Type Description
document Document

A Boolean to be maximized.

Returns

Type Description
Boolean

true if the Document was successfully maximized; otherwise, false.

See Also