Skip to main content

CustomizeExportDocumentEventArgs.ExcelOptions Property

OBSOLETE

This property is obsolete now. Use the ExcelExportOptions property instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406

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

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

[Browsable(false)]
[Obsolete("This property is obsolete now. Use the ExcelExportOptions property instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406")]
public ExcelExportOptions ExcelOptions { get; }

Property Value

Type Description
ExcelExportOptions

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

See Also