Skip to main content
All docs
V25.1
  • DashboardMongoDBDataSource.SaveToXml() Method

    Saves MongoDB to an XML definition.

    Namespace: DevExpress.DashboardCommon

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

    NuGet Package: DevExpress.Dashboard.Core

    Declaration

    public override XElement SaveToXml()

    Returns

    Type Description
    XElement

    The XML definition of the data source schema.

    Remarks

    Use the LoadFromXml(XElement) method to load MongoDB from the XML definition.

    See Also