Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

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