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

DashboardXpoDataSource.SaveToXml() Method

Saves the XML definition of the JSON data source schema.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public override XElement SaveToXml()

Returns

Type Description
XElement

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

See Also