DataSourceWizardSettingsBuilder.EnableMongoDBDataSource(Boolean) Method
Specifies whether to allow users to create a MongoDB data source in the Dashboard Data Source Wizard.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v25.2.AspNetCore.dll
NuGet Package: DevExpress.AspNetCore.Dashboard
Declaration
public DataSourceWizardSettingsBuilder EnableMongoDBDataSource(
bool enableMongoDBDataSource
)
Parameters
| Name | Type | Description |
|---|---|---|
| enableMongoDBDataSource | Boolean |
|
Returns
| Type | Description |
|---|---|
| DataSourceWizardSettingsBuilder | A reference to this instance after the operation has completed. |
See Also