Skip to main content

BaseView.ShowPrintPreview() Method

Opens the Print Preview window with a Bars UI.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public void ShowPrintPreview()

Remarks

This method is equivalent to the GridControl.ShowPrintPreview method.

See Also