Skip to main content
All docs
V26.1
  • NavBarControl.RestoreFromJson(Stream) Method

    SECURITY-RELATED CONSIDERATIONS

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

    Loads the NavBar’s layout from a file in JSON format.

    Namespace: DevExpress.XtraNavBar

    Assembly: DevExpress.XtraNavBar.v26.1.dll

    Declaration

    public virtual void RestoreFromJson(
        Stream utf8jsonStream
    )

    Parameters

    Name Type Description
    utf8jsonStream Stream

    The layout in UTF-8 encoded JSON format.

    Remarks

    Refer to the following help topic for additional information: Save and Restore Layouts of DevExpress Controls.

    See Also