ASPxGaugeControl.SaveLayoutToXml(String) Method
In This Article
Saves the ASPxGaugeControl’s current layout to a file in XML format.
Namespace: DevExpress.Web.ASPxGauges
Assembly: DevExpress.Web.ASPxGauges.v24.2.dll
NuGet Package: DevExpress.Web.Visualization
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
xml |
String | A String value that specifies the path to the file where the layout should be stored. If an empty string is specified, an exception is raised. |
#Remarks
Layout settings, saved using the SaveLayoutToXml method, can then be loaded using the ASPxGaugeControl.RestoreLayoutFromXml method.
See Also