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

DashboardExtensionsOptionBuilder.DataInspector(Action<DataInspectorOptionBuilder>) Method

Allows you to use the DataInspector extension.

Namespace: DevExpress.DashboardAspNetCore

Assembly: DevExpress.Dashboard.v20.2.AspNetCore.dll

NuGet Package: DevExpress.AspNetCore.Dashboard

Declaration

public DashboardExtensionsOptionBuilder DataInspector(
    Action<DataInspectorOptionBuilder> config
)

Parameters

Name Type Description
config Action<DataInspectorOptionBuilder>

A delegate used to configure the DataSourceWizardOptionBuilder.

Returns

Type Description
DashboardExtensionsOptionBuilder

A reference to this instance after the operation has completed.

See Also