ASPxDashboard.ExcelExportOptions Property
In This Article
Provides access to options related to exporting a dashboard item to Excel format.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.2.Web.WebForms.dll
NuGet Package: DevExpress.Web.Dashboard
#Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public DashboardExcelExportOptions ExcelExportOptions { get; }
#Property Value
Type | Description |
---|---|
Dashboard |
A Dashboard |
See Also