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

DashboardJsonDataSource.SaveToXml() Method

Saves the XML definition of the JSON data source schema.

Namespace: DevExpress.DashboardCommon

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

Declaration

public override XElement SaveToXml()

Returns

Type Description
XElement

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

See Also