Skip to main content

DashboardItemState.SaveToXml() Method

Saves the current dashboard item state to an XML document.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public XElement SaveToXml()

Returns

Type Description
XElement

A XDocument object that is the XML document containing the dashboard item state.

See Also