NavBarControl.SaveToJson(Stream) Method
Saves the control’s layout to a JSON object.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| utf8jsonStream | Stream | The control’s 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