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

IWidgetViewController.Restore(Document) Method

Discards the Maximize operation for the target Document and restores this Document’s original size.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

bool Restore(
    Document document
)

Parameters

Name Type Description
document Document

A Boolean to be restored down.

Returns

Type Description
Boolean

true, if the Document was successfully restored down; otherwise, false.

See Also