Skip to main content

CustomizeExportDocumentEventArgs.ExcelExportOptions Property

Gets options related to exporting a dashboard/dashboard item to Excel format.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public DashboardExcelExportOptions ExcelExportOptions { get; }

Property Value

Type Description
DashboardExcelExportOptions

A DashboardExcelExportOptions object containing options related to exporting a dashboard/dashboard item to Excel format.

See Also