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

IWidgetViewController.Maximize(Document) Method

Maximizes the target Document.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v19.1.dll

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