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.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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