DashboardExportAction Enum
In This Article
Lists values that specify the export action performed by an end-user.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Members
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. |
#Related API Members
The following properties accept/return DashboardExportAction values:
#Remarks
Values listed by this enumeration returned by the CustomExportBaseEventArgs.ExportAction and CustomExportBaseWebEventArgs.ExportAction event parameters.
See Also