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

DashboardExtensionsOptionBuilder.DataSourceWizard(Action<DataSourceWizardOptionBuilder>) Method

Allows you to use the DataSourceWizard extension.

Namespace: DevExpress.DashboardAspNetCore

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

Declaration

public DashboardExtensionsOptionBuilder DataSourceWizard(
    Action<DataSourceWizardOptionBuilder> config
)

Parameters

Name Type Description
config Action<DataSourceWizardOptionBuilder>

A delegate used to configure the DataSourceWizardOptionBuilder.

Returns

Type Description
DashboardExtensionsOptionBuilder

A reference to this instance after the operation has completed.

See Also