Skip to main content

TreeListView.ShowPrintPreview(Window, String, String) Method

In This Article

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

public void ShowPrintPreview(
    Window owner,
    string documentName,
    string title
)

#Parameters

Name Type
owner Window
documentName String
title String
See Also