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

IDashboardControl.PrintPreviewShowing Event

Allows you to customize the Print Preview window at runtime.

Namespace: DevExpress.DashboardWin

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

NuGet Packages: DevExpress.Win.Dashboard, DevExpress.WindowsDesktop.Win.Dashboard

Declaration

event PrintPreviewShowingEventHandler PrintPreviewShowing

Event Data

The PrintPreviewShowing event's data class is PrintPreviewShowingEventArgs. The following properties provide information specific to this event:

Property Description
RibbonPreview Gets the Print Preview with a ribbon toolbar.
StandardPreview Gets the Print Preview with a standard toolbar.
See Also