Skip to main content
All docs
V25.1
  • IDashboardControl.ExportFormShowing Event

    Occurs when the Export Form is about to be displayed, and allows you to cancel the action.

    Namespace: DevExpress.DashboardWin

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

    NuGet Package: DevExpress.Win.Dashboard

    Declaration

    event DashboardExportFormShowingEventHandler ExportFormShowing

    Event Data

    The ExportFormShowing event's data class is DashboardExportFormShowingEventArgs. The following properties provide information specific to this event:

    Property Description
    ShowExportForm Gets or sets whether to show the Export Form.
    See Also