Skip to main content
A newer version of this page is available. .
All docs
V21.2

DxDataSourceWizard.AllowCreateNewJsonConnection Property

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

Namespace: DevExpress.DashboardBlazor

Assembly: DevExpress.Dashboard.v21.2.Blazor.dll

NuGet Package: DevExpress.Blazor.Dashboard

Declaration

[Parameter]
public bool AllowCreateNewJsonConnection { get; set; }

Property Value

Type Description
Boolean

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

See Also