Skip to main content

BeforeExportDocumentEventArgs.ExportAction Property

Gets the export action performed by an end-user.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public DashboardExportAction ExportAction { get; }

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