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
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