Skip to main content

DashboardObjectDataSource.LoadFromXml(XElement) Method

Loads the object data source schema definition from XML.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

public override void LoadFromXml(
    XElement element
)

Parameters

Name Type Description
element XElement

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

See Also