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

DataInspectorOptionBuilder.OnDialogShown(String) Method

A handler for the event occurring after the Data Inspector dialog is shown.

Namespace: DevExpress.DashboardAspNetCore

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

Declaration

public DataInspectorOptionBuilder OnDialogShown(
    string onDialogShown
)

Parameters

Name Type Description
onDialogShown String

A function that is executed after the Data Inspector dialog is shown.

Returns

Type Description
DataInspectorOptionBuilder

A reference to this instance after the operation has completed.

See Also