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

DashboardParameterDialogOptionBuilder.OnDynamicLookUpValuesLoaded(String) Method

A handler for the event occurring after parameter values provided using a Dynamic List are loaded.

Namespace: DevExpress.DashboardAspNetCore

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

Declaration

public DashboardParameterDialogOptionBuilder OnDynamicLookUpValuesLoaded(
    string onDynamicLookUpValuesLoaded
)

Parameters

Name Type Description
onDynamicLookUpValuesLoaded String

A custom function that is executed after parameter values provided using a Dynamic List are loaded.

Returns

Type Description
DashboardParameterDialogOptionBuilder

A reference to this instance after the operation has completed.

See Also