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.v24.1.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