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

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.v19.1.dll

Declaration

public void PrintDialog()

Remarks

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

XtraGrid-PrintDialog.png

See Also