IMDIController.Restore(DocumentPanel) Method
In This Article
Restores the document to its previous state.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
bool Restore(
DocumentPanel document
)
#Parameters
Name | Type | Description |
---|---|---|
document | Document |
The Document |
#Returns
Type | Description |
---|---|
Boolean | true, if the document is restored; otherwise, false. |
See Also