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

    Loads MongoDB from an XML definition.

    Namespace: DevExpress.DashboardCommon

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

    NuGet Package: DevExpress.Dashboard.Core

    Declaration

    public override void LoadFromXml(
        XElement element
    )

    Parameters

    Name Type Description
    element XElement

    The XML definition of the data source schema.

    Remarks

    Use the SaveToXml() method to save MongoDB to the XML definition.

    See Also