Back to Devexpress

GridControl.PrintDialog() Method

windowsforms-devexpress-dot-xtragrid-dot-gridcontrol-a2bae369.md

latest1.7 KB
Original Source

GridControl.PrintDialog() Method

Displays the standard Print dialog to print the data displayed in the Grid Control’s GridControl.DefaultView.

Namespace : DevExpress.XtraGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public void PrintDialog()
vb
Public Sub PrintDialog

Remarks

The Print dialog allows you to select a printer and its settings and then start or cancel the print operation:

See Also

IsPrintingAvailable

Print()

PrintDialog()

ShowPrintPreview()

ShowRibbonPrintPreview()

Printing Overview

GridControl Class

GridControl Members

DevExpress.XtraGrid Namespace