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

DashboardParameterDialogOptionBuilder.OnShown(String) Method

A handler for the event occurring after the Dashboard Parameters dialog is shown.

Namespace: DevExpress.DashboardAspNetCore

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

Declaration

public DashboardParameterDialogOptionBuilder OnShown(
    string onShown
)

Parameters

Name Type Description
onShown String

A custom function that is executed after the Dashboard Parameters dialog is shown.

Returns

Type Description
DashboardParameterDialogOptionBuilder

A reference to this instance after the operation has completed.

See Also