Skip to main content

DashboardExtensionsOptionBuilder.ParameterDialog(Action<DashboardParameterDialogOptionBuilder>) Method

Allows you to use the ParameterDialog extension.

Namespace: DevExpress.DashboardAspNetCore

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

NuGet Package: DevExpress.AspNetCore.Dashboard

#Declaration

#Parameters

Name Type Description
config Action<DashboardParameterDialogOptionBuilder>

A delegate used to configure the DashboardParameterDialogOptionBuilder.

#Returns

Type Description
DashboardExtensionsOptionBuilder

A reference to this instance after the operation has completed.

See Also