Skip to main content

CustomExportBaseEventArgs.ExportMode Property

Gets the document export mode.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public DashboardExportMode ExportMode { get; }

#Property Value

Type Description
DashboardExportMode

A DashboardExportMode value that is the document export mode.

Available values:

Name Description
SingleItem

A specific dashboard item is being exported.

EntireDashboard

An entire dashboard is being exported.

See Also