DataSourceWizardOptionBuilder.AllowCreateNewJsonConnection(Boolean) Method
In This Article
Specifies whether an end user can create a JSON data source with a new data connection.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v24.2.AspNetCore.dll
NuGet Package: DevExpress.AspNetCore.Dashboard
#Declaration
public DataSourceWizardOptionBuilder AllowCreateNewJsonConnection(
bool allowCreateNewJsonConnection
)
#Parameters
Name | Type | Description |
---|---|---|
allow |
Boolean | true, to allow end users to create a JSON data source with a new data connection; otherwise, false. |
#Returns
Type | Description |
---|---|
Data |
A reference to this instance after the operation has completed. |
See Also