DashboardControl.ExcelExportOptions Property
In This Article
Provides access to options related to exporting a dashboard item to Excel format.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Dashboard.v24.2.Wpf.dll
NuGet Package: DevExpress.Wpf.Dashboard
#Declaration
public DashboardExcelExportOptions ExcelExportOptions { get; }
#Property Value
Type | Description |
---|---|
Dashboard |
A Dashboard |
See Also