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