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