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

DashboardControl.PrintPreviewOptions Property

Provides access to options that the Print Preview window uses to print a dashboard/dashboard item.

Namespace: DevExpress.DashboardWpf

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

Declaration

public DashboardPrintPreviewOptions PrintPreviewOptions { get; }

Property Value

Type Description
DashboardPrintPreviewOptions

A DashboardPrintPreviewOptions object that contains print options.

See Also