Skip to main content

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.2.dll

NuGet Package: DevExpress.Web.Visualization

#Declaration

public virtual void RestoreLayoutFromStream(
    Stream stream
)

#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