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

BaseView.PrintDialog() Method

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

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public void PrintDialog()

Remarks

This method is equivalent to the GridControl.PrintDialog method.

See Also