Back to Devexpress

IDashboardControl.PrintPreviewShowing Event

dashboard-devexpress-dot-dashboardwin-dot-idashboardcontrol-0daae9ee.md

latest1.6 KB
Original Source

IDashboardControl.PrintPreviewShowing Event

Allows you to customize the Print Preview window at runtime.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
event PrintPreviewShowingEventHandler PrintPreviewShowing
vb
Event PrintPreviewShowing As PrintPreviewShowingEventHandler

Event Data

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

PropertyDescription
RibbonPreviewGets the Print Preview with a ribbon toolbar.
StandardPreviewGets the Print Preview with a standard toolbar.

See Also

IDashboardControl Interface

IDashboardControl Members

DevExpress.DashboardWin Namespace