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

ASPxGaugeControl.RestoreLayoutFromRegistry(String) Method

Restores a layout of gauges and their elements from the system registry.

Namespace: DevExpress.Web.ASPxGauges

Assembly: DevExpress.Web.ASPxGauges.v18.2.dll

Declaration

public virtual void RestoreLayoutFromRegistry(
    string path
)

Parameters

Name Type Description
path String

A string value specifying the system registry path, where a layout is stored.

Remarks

Use the RestoreLayoutFromRegistry method to restore the ASPxGaugeControl’s layout written to the system registry by the ASPxGaugeControl.SaveLayoutToRegistry method. The path parameter enables you to define whole and partial registry keys. For example, if you define “Software\Company", the full path will be as follows: “HKEY_CURRENT_USER\Software\Company". If you wish to store a layout in another root key, you should define the entire path such as “HKEY_LOCAL_MACHINE\Software\Company".

See Also