IMDIController.Minimize(DocumentPanel) Method
Minimizes the document.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v25.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| document | DocumentPanel | The DocumentPanel object that should be minimized. |
Returns
| Type | Description |
|---|---|
| Boolean | true, if the document is minimized; otherwise, false. |
See Also