Skip to main content

DashboardParameterDialogOptionBuilder.OnHidden(String) Method

A handler for the event that occurs after the Dashboard Parameters dialog is hidden.

Namespace: DevExpress.DashboardAspNetCore

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

NuGet Package: DevExpress.AspNetCore.Dashboard

Declaration

public DashboardParameterDialogOptionBuilder OnHidden(
    string onHidden
)

Parameters

Name Type Description
onHidden String

A function that is executed after the Dashboard Parameters dialog is hidden.

Returns

Type Description
DashboardParameterDialogOptionBuilder

A reference to this instance after the operation has completed.

See Also