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

BaseView.ShowPrintPreview() Method

Opens the Print Preview window with a Bars UI.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v21.2.dll

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

Declaration

public void ShowPrintPreview()

Remarks

This method is equivalent to the GridControl.ShowPrintPreview method.

See Also