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

DashboardControl.ExcelExportOptions Property

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

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Dashboard.v23.1.Wpf.dll

NuGet Package: DevExpress.Wpf.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.

See Also