Skip to main content
A newer version of this page is available. .

BaseView.ShowRibbonPrintPreview() Method

Displays the Print Preview window with a Ribbon UI.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public void ShowRibbonPrintPreview()

Remarks

This method is equivalent to the GridControl.ShowRibbonPrintPreview method.

See Also