Skip to main content

IDashboardControl.PrintPreviewShowing Event

Allows you to customize the Print Preview window at runtime.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v23.2.Win.dll

NuGet Package: DevExpress.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