Skip to main content
A newer version of this page is available. .

ASPxGaugeControl.SaveLayoutToStream(Stream) Method

Saves the ASPxGaugeControl’s current layout to the specified stream.

Namespace: DevExpress.Web.ASPxGauges

Assembly: DevExpress.Web.ASPxGauges.v19.2.dll

Declaration

public virtual void SaveLayoutToStream(
    Stream stream
)

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