Back to Devexpress

OfficeNavigationBar.SaveLayoutToStream(Stream) Method

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-officenavigationbar-dot-savelayouttostream-x28-system-dot-io-dot-stream-x29.md

latest2.0 KB
Original Source

OfficeNavigationBar.SaveLayoutToStream(Stream) Method

Saves the OfficeNavigationBar layout to a file stream.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual void SaveLayoutToStream(
    Stream stream
)
vb
Public Overridable Sub SaveLayoutToStream(
    stream As Stream
)

Parameters

NameTypeDescription
streamStream

A stream that stores the layout.

|

Remarks

Call the RestoreLayoutFromStream(Stream) to retrieve the saved layout.

You can also save the layout to the registry or to an XML file.

See Also

Save and Restore Layouts of DevExpress controls

OfficeNavigationBar Class

OfficeNavigationBar Members

DevExpress.XtraBars.Navigation Namespace