Skip to main content
All docs
V25.1
  • DataSourceWizardOptionBuilder.OnCustomizeDataSourceWizard(String) Method

    A handler for the event allowing you to customize the Dashboard Data Source Wizard.

    Namespace: DevExpress.DashboardAspNetCore

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

    NuGet Package: DevExpress.AspNetCore.Dashboard

    Declaration

    public DataSourceWizardOptionBuilder OnCustomizeDataSourceWizard(
        string onCustomizeDataSourceWizard
    )

    Parameters

    Name Type Description
    onCustomizeDataSourceWizard String

    A function that is executed before the Dashboard Data Source Wizard is shown.

    Returns

    Type Description
    DataSourceWizardOptionBuilder

    A reference to this instance after the operation has completed.

    See Also