IDashboardControl.PrintPreviewShowing Event
Allows you to customize the Print Preview window at runtime.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
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