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

DashboardJsonDataSource.LoadFromXml(XElement) Method

Loads the data source schema definition from XML.

Namespace: DevExpress.DashboardCommon

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

Declaration

public override void LoadFromXml(
    XElement element
)

Parameters

Name Type Description
element XElement

A XElement value that contains an XML definition of the data source schema.

See Also