Skip to main content
All docs
V25.2
  • DataSourceWizardSettingsBuilder.EnableMongoDBDataSource(Boolean) Method

    Namespace: DevExpress.DashboardAspNetCore

    Assembly: DevExpress.Dashboard.v25.2.AspNetCore.dll

    NuGet Package: DevExpress.AspNetCore.Dashboard

    Declaration

    public DataSourceWizardSettingsBuilder EnableMongoDBDataSource(
        bool enableMongoDBDataSource
    )

    Parameters

    Name Type
    enableMongoDBDataSource Boolean

    Returns

    Type
    DataSourceWizardSettingsBuilder
    See Also