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

BaseView.Print() Method

Prints the grid control’s GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) without showing a print preview or print dialog.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public void Print()

Remarks

This method is equivalent to the GridControl.Print method.

See Also