Skip to main content
A newer version of this page is available. .

DataSourceWizardOptionBuilder.WizardSettings(Action<DataSourceWizardSettingsBuilder>) Method

Provides access to the Dashboard Data Source Wizard options.

Namespace: DevExpress.DashboardAspNetCore

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