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

DashboardItemState.LoadFromXml(XElement) Method

Loads a dashboard item state from an XML document.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public void LoadFromXml(
    XElement element
)

Parameters

Name Type Description
element XElement

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

See Also