Skip to main content
All docs
V26.1
  • DxWizardSettings.EnableJsonDataSource Property

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

    Namespace: DevExpress.DashboardBlazor

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

    Declaration

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

    Property Value

    Type Description
    Boolean

    true to allow users to create a JSON data source; otherwise, false.

    See Also