ASPxGaugeControl.RestoreLayoutFromXml(String) Method
In This Article
Restores the layout from the specified XML file.
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 which specifies the path to the XML file that contains the layout to be loaded. If the specified file doesn’t exist, an exception is raised. |
#Remarks
Use the RestoreLayoutFromXml method to load a layout which has been saved to a file in the XML format using the ASPxGaugeControl.SaveLayoutToXml method.
See Also