Back to Devexpress

BaseView.Print() Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-baseview-9abe1b0c.md

latest1.3 KB
Original Source

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.v25.2.dll

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

Declaration

csharp
public void Print()
vb
Public Sub Print

Remarks

This method is equivalent to the GridControl.Print method.

See Also

Print()

BaseView Class

BaseView Members

DevExpress.XtraGrid.Views.Base Namespace