Skip to main content

BaseView.ShowRibbonPrintPreview() Method

Displays the Print Preview window with a Ribbon UI.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public void ShowRibbonPrintPreview()

Remarks

This method is equivalent to the GridControl.ShowRibbonPrintPreview method.

See Also