Skip to main content
All docs
V25.2
  • DockLayoutManager.RestoreLayoutFromJson(String) Method

    SECURITY-RELATED CONSIDERATIONS

    Deserializing layout settings from untrusted resources may create security issues. Review the following help topic for additional information: Safe Deserialization.

    Namespace: DevExpress.Xpf.Docking

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

    Declaration

    public void RestoreLayoutFromJson(
        string path
    )

    Parameters

    Name Type
    path String
    See Also