Skip to main content
A newer version of this page is available. .

OfficeNavigationBar.RestoreLayoutFromRegistry(String) Method

Restores the OfficeNavigationBar layout from the registry.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void RestoreLayoutFromRegistry(
    string path
)

Parameters

Name Type Description
path String

A registry path to the OfficeNavigationBar layout.

See Also