GridControl.PrintDialog() Method
In This Article
Displays the standard Print dialog to print the data displayed in the Grid Control’s GridControl.DefaultView.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
#Remarks
The Print dialog allows you to select a printer and its settings and then start or cancel the print operation:
See Also