Skip to main content

DataSourceWizardOptionBuilder.OnCustomizeDataSourceWizard(String) Method

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

Namespace: DevExpress.DashboardAspNetCore

Assembly: DevExpress.Dashboard.v23.2.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