BeforeExportDocumentWebEventArgs.ExportAction Property
In This Article
Gets the export action performed by a user.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.2.Web.dll
NuGet Package: DevExpress.Web.Dashboard.Common
#Declaration
public DashboardExportAction ExportAction { get; }
#Property Value
Type | Description |
---|---|
Dashboard |
A Dashboard |
Available values:
Name | Description |
---|---|
Print |
An end-user invokes the Print Preview form. |
Export |
An end-user executes the Export to PDF command. |
Export |
An end-user executes the Export to Image command. |
Export |
An end-user executes the Export to Excel command. |
See Also