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

DashboardPrintingOptions.DashboardItemOptions Property

OBSOLETE

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

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

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v19.1.Win.dll

Declaration

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

Property Value

Type Description
DashboardItemPrintingOptions

A DashboardItemPrintingOptions object that contains settings specific to printing individual dashboard items.

See Also