Skip to main content
All docs
V25.1
  • 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.v25.1.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