DataInspectorOptionBuilder.OnDialogShowing(String) Method
In This Article
A handler for the event that occurs before the Data Inspector dialog is shown.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v24.2.AspNetCore.dll
NuGet Package: DevExpress.AspNetCore.Dashboard
#Declaration
public DataInspectorOptionBuilder OnDialogShowing(
string onDialogShowing
)
#Parameters
Name | Type | Description |
---|---|---|
on |
String | A function that is executed before the Data Inspector dialog is shown. |
#Returns
Type | Description |
---|---|
Data |
A reference to this instance after the operation has completed. |
See Also