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

TreeList.PrintDialog() Method

Displays the standard Print dialog to print the data displayed in the TreeList control.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.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