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

DashboardExportOptions.DashboardItemOptions Property

OBSOLETE

Use DocumentContentOptions property instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764

Provides access to dashboard options specific to export individual dashboard items.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v20.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Dashboard

Declaration

[Obsolete("Use DocumentContentOptions property instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764")]
[PersistenceMode(PersistenceMode.InnerProperty)]
public DashboardItemExportOptions DashboardItemOptions { get; }

Property Value

Type Description
DashboardItemExportOptions

A DashboardItemExportOptions object that contains settings specific to export individual dashboard items.

See Also