DashboardItemState.SaveToXml() Method
Saves the current dashboard item state to an XML document.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v22.2.Core.dll
NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design
Declaration
Returns
Type | Description |
---|---|
XElement | A XDocument object that is the XML document containing the dashboard item state. |
See Also