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

TreeListClipboardDataProvider(ClipboardExportManagerBase<TreeListColumnImplementer, TreeListNodeImplementer>) Constructor

Initializes a new instance of the TreeListClipboardDataProvider class with specified settings. For internal use.

Namespace: DevExpress.XtraTreeList.Printing

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public TreeListClipboardDataProvider(
    ClipboardExportManagerBase<TreeListColumnImplementer, TreeListNodeImplementer> manager
)

Parameters

Name Type Description
manager DevExpress.XtraExport.Helpers.ClipboardExportManagerBase<DevExpress.XtraTreeList.Printing.TreeListColumnImplementer, DevExpress.XtraTreeList.Printing.TreeListNodeImplementer>

The clipboard manager. For internal use.

See Also