Skip to main content
All docs
V25.1
  • IDashboardControl.PrintPreviewShowing Event

    Allows you to customize the Print Preview window at runtime.

    Namespace: DevExpress.DashboardWin

    Assembly: DevExpress.Dashboard.v25.1.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