Skip to main content
All docs
V25.1
  • DataSourceWizardSettingsBuilder.EnableSqlDataSource(Boolean) Method

    Specifies whether to allow users to create the SQL data source in the Dashboard Data Source Wizard.

    Namespace: DevExpress.DashboardAspNetCore

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

    NuGet Package: DevExpress.AspNetCore.Dashboard

    Declaration

    public DataSourceWizardSettingsBuilder EnableSqlDataSource(
        bool enableSqlDataSource
    )

    Parameters

    Name Type Description
    enableSqlDataSource Boolean

    true, to enable the SQL data source creation; otherwise, false.

    Returns

    Type Description
    DataSourceWizardSettingsBuilder

    A reference to this instance after the operation has completed.

    See Also