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

DataSourceWizardSettingsBuilder.EnableJsonDataSource(Boolean) Method

Specifies whether to allow users to create the JSON data source in the Dashboard Data Source Wizard.

Namespace: DevExpress.DashboardAspNetCore

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

NuGet Package: DevExpress.AspNetCore.Dashboard

Declaration

public DataSourceWizardSettingsBuilder EnableJsonDataSource(
    bool enableJsonDataSource
)

Parameters

Name Type Description
enableJsonDataSource Boolean

true, to enable the JSON data source creation; otherwise, false.

Returns

Type Description
DataSourceWizardSettingsBuilder

A reference to this instance after the operation has completed.

See Also