Skip to main content
All docs
V25.1
  • DataSourceWizardOptionBuilder.WizardSettings(Action<DataSourceWizardSettingsBuilder>) Method

    Provides access to the Dashboard Data Source Wizard options.

    Namespace: DevExpress.DashboardAspNetCore

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

    NuGet Package: DevExpress.AspNetCore.Dashboard

    Declaration

    public DataSourceWizardOptionBuilder WizardSettings(
        Action<DataSourceWizardSettingsBuilder> config
    )

    Parameters

    Name Type Description
    config Action<DataSourceWizardSettingsBuilder>

    A delegate that provides access to the Dashboard Data Source Wizard options.

    Returns

    Type Description
    DataSourceWizardOptionBuilder

    A reference to this instance after the operation has completed.

    See Also