Skip to main content
All docs
V25.1
  • DataSourceWizardOptionBuilder.CanCreateNewJsonDataSource(Boolean) Method

    OBSOLETE

    Use the AllowCreateNewJsonConnection method instead.

    This property is no longer used. Use AllowCreateNewJsonConnection instead.

    Namespace: DevExpress.DashboardAspNetCore

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

    NuGet Package: DevExpress.AspNetCore.Dashboard

    Declaration

    [Obsolete("Use the AllowCreateNewJsonConnection method instead.")]
    public DataSourceWizardOptionBuilder CanCreateNewJsonDataSource(
        bool canCreateNewJsonDataSource
    )

    Parameters

    Name Type Description
    canCreateNewJsonDataSource Boolean

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

    Returns

    Type Description
    DataSourceWizardOptionBuilder

    A wrapper that provides access to DataSourceWizardExtensionOptions.

    Remarks

    The CanCreateNewJsonDataSource property is allowed end users to create new JSON data connections in the UI. To avoid misunderstanding, this property was renamed to AllowCreateNewJsonConnection(Boolean).

    See Also