Skip to main content

DataSourceWizardOptionBuilder.AllowCreateNewJsonConnection(Boolean) Method

Specifies whether an end user can create a JSON data source with a new data connection.

Namespace: DevExpress.DashboardAspNetCore

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

NuGet Package: DevExpress.AspNetCore.Dashboard

Declaration

public DataSourceWizardOptionBuilder AllowCreateNewJsonConnection(
    bool allowCreateNewJsonConnection
)

Parameters

Name Type Description
allowCreateNewJsonConnection Boolean

true, to allow end users to create a JSON data source with a new data connection; otherwise, false.

Returns

Type Description
DataSourceWizardOptionBuilder

A reference to this instance after the operation has completed.

See Also