ASPxGaugeControl.SaveLayoutToStream(Stream) Method
In This Article
Saves the ASPxGaugeControl’s current layout to 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 descendant to which the layout is written. |
#Remarks
Layout settings, saved using the SaveLayoutToStream method, can then be loaded using the ASPxGaugeControl.RestoreLayoutFromStream method.
See Also