Skip to main content

ASPxGaugeControl.SaveStyleToXml(String) Method

Saves the ASPxGaugeControl’s current style to a file in XML format.

Namespace: DevExpress.Web.ASPxGauges

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

NuGet Package: DevExpress.Web.Visualization

Declaration

public void SaveStyleToXml(
    string path
)

Parameters

Name Type Description
path String

A String value that specifies the path to the file where the style should be stored. If an empty string is specified, an exception is raised.

Remarks

Style settings, saved using the SaveStyleToXml method, can then be loaded using the ASPxGaugeControl.RestoreStyleFromXml method.

See Also