BeforeExportDocumentEventArgs.ExportAction Property
Gets the export action performed by an end-user.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Property Value
Type | Description |
---|---|
DashboardExportAction | A DashboardExportAction object that is the export action performed by an end-user. |
Remarks
Use the ExportAction property to determine the export format or whether the dashboard is shown in the Print Preview form.
See Also