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

DataInspectorOptionBuilder.OnDialogShowing(String) Method

A handler for the event that occurs before the Data Inspector dialog is shown.

Namespace: DevExpress.DashboardAspNetCore

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

NuGet Package: DevExpress.AspNetCore.Dashboard

Declaration

public DataInspectorOptionBuilder OnDialogShowing(
    string onDialogShowing
)

Parameters

Name Type Description
onDialogShowing String

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

Returns

Type Description
DataInspectorOptionBuilder

A reference to this instance after the operation has completed.

See Also