ASPxGaugeControl.SaveStyleToXml(String) Method
Saves the ASPxGaugeControl’s current style to a file in XML format.
Namespace: DevExpress.Web.ASPxGauges
Assembly: DevExpress.Web.ASPxGauges.v25.1.dll
NuGet Package: DevExpress.Web.Visualization
Declaration
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