ASPxGaugeControl.RestoreLayoutFromStream(Stream) Method
In This Article
Restores a layout of gauges and their elements from the specified stream.
Namespace: DevExpress.Web.ASPxGauges
Assembly: DevExpress.Web.ASPxGauges.v24.2.dll
NuGet Package: DevExpress.Web.Visualization
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
stream | Stream | A Stream object that stores the ASPx |
#Remarks
To save the ASPxGaugeControl’s layout to a stream, use the ASPxGaugeControl.SaveLayoutToStream method.
See Also