IDashboardControl.PrintPreviewShowing Event
In This Article
Allows you to customize the Print Preview window at runtime.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.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 |
---|---|
Ribbon |
Gets the Print Preview with a ribbon toolbar. |
Standard |
Gets the Print Preview with a standard toolbar. |
See Also