Skip to main content
A newer version of this page is available. .

CustomExportBaseEventArgs.ExportAction Property

Gets the export action performed by an end-user.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public DashboardExportAction ExportAction { get; }

Property Value

Type Description
DashboardExportAction

A DashboardExportAction object that is the export action performed by an end-user.

See Also