Skip to main content
All docs
V25.1
  • IMDIController.Restore(DocumentPanel) Method

    Restores the document to its previous state.

    Namespace: DevExpress.Xpf.Docking

    Assembly: DevExpress.Xpf.Docking.v25.1.dll

    NuGet Package: DevExpress.Wpf.Docking

    Declaration

    bool Restore(
        DocumentPanel document
    )

    Parameters

    Name Type Description
    document DocumentPanel

    The DocumentPanel object that should be restored.

    Returns

    Type Description
    Boolean

    true, if the document is restored; otherwise, false.

    See Also