Back to Devexpress

DashboardViewer.ExportFormShowing Event

dashboard-devexpress-dot-dashboardwin-dot-dashboardviewer-dde2b528.md

latest1.6 KB
Original Source

DashboardViewer.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.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public event DashboardExportFormShowingEventHandler ExportFormShowing
vb
Public Event ExportFormShowing As DashboardExportFormShowingEventHandler

Event Data

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

PropertyDescription
ShowExportFormGets or sets whether to show the Export Form.

Implements

ExportFormShowing

See Also

DashboardViewer Class

DashboardViewer Members

DevExpress.DashboardWin Namespace