Skip to main content
All docs
V25.1
  • DxWizardSettings.EnableSqlDataSource Property

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

    Namespace: DevExpress.DashboardBlazor

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

    NuGet Package: DevExpress.Blazor.Dashboard

    Declaration

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

    Property Value

    Type Description
    Boolean

    true to allow users to create an SQL data source; otherwise, false.

    See Also