Back to Devexpress

OfficeNavigationBar.RestoreLayoutFromRegistry(String) Method

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-officenavigationbar-dot-restorelayoutfromregistry-x28-system-dot-string-x29.md

latest1.9 KB
Original Source

OfficeNavigationBar.RestoreLayoutFromRegistry(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.

Restores the OfficeNavigationBar layout from the registry.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual void RestoreLayoutFromRegistry(
    string path
)
vb
Public Overridable Sub RestoreLayoutFromRegistry(
    path As String
)

Parameters

NameTypeDescription
pathString

A registry path to the OfficeNavigationBar layout.

|

See Also

Save and Restore Layouts of DevExpress controls

OfficeNavigationBar Class

OfficeNavigationBar Members

DevExpress.XtraBars.Navigation Namespace