Skip to main content

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.v23.2.Wpf.dll

NuGet Package: DevExpress.Wpf.Dashboard

Declaration

public DashboardPrintPreviewOptions PrintPreviewOptions { get; }

Property Value

Type Description
DashboardPrintPreviewOptions

A DashboardPrintPreviewOptions object that contains print options.

See Also