Skip to main content

DashboardViewer.ExcelExportOptions Property

Provides access to options related to exporting a dashboard item to Excel format.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

public DashboardExcelExportOptions ExcelExportOptions { get; }

Property Value

Type Description
DashboardExcelExportOptions

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

Implements

See Also