Skip to main content
All docs
V25.1
  • DataInspectorOptionBuilder.OnDialogHidden(String) Method

    A handler for the event that occurs when the Data Inspector dialog is hidden.

    Namespace: DevExpress.DashboardAspNetCore

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

    NuGet Package: DevExpress.AspNetCore.Dashboard

    Declaration

    public DataInspectorOptionBuilder OnDialogHidden(
        string onDialogHidden
    )

    Parameters

    Name Type Description
    onDialogHidden String

    A function that is executed when the export dialog is hidden.

    Returns

    Type Description
    DataInspectorOptionBuilder

    A reference to this instance after the operation has completed.

    See Also