DashboardExtensionSettings.ExportOptions Property
In This Article
OBSOLETE
This property is obsolete now. Use Dashboard
Provides access to dashboard options specific to export.
Namespace: DevExpress.DashboardWeb.Mvc
Assembly: DevExpress.Dashboard.v24.2.Web.Mvc5.dll
NuGet Package: DevExpress.Web.Mvc5.Dashboard
#Declaration
[Obsolete("This property is obsolete now. Use DashboardExtensionSettings.PdfExportOptions, DashboardExtensionSettings.ImageExportOptions and DashboardExtensionSettings.ExcelExportOptions instead.")]
public DashboardExportOptions ExportOptions { get; set; }
#Property Value
Type | Description |
---|---|
Dashboard |
A Dashboard |
See Also