Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TreeListClipboardDataProvider Class

Provides data for the clipboard in a variety of formats (plain text, plain unicode text, rich text, CSV, BIFF8, HTML).

Namespace: DevExpress.XtraTreeList.Printing

Assembly: DevExpress.XtraTreeList.v24.2.dll

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

#Declaration

public class TreeListClipboardDataProvider :
    ClipboardDataProvider<TreeListColumnImplementer, TreeListNodeImplementer>

The following members return TreeListClipboardDataProvider objects:

#Remarks

The TreeList.ClipboardDataProvider property returns a TreeListClipboardDataProvider class instance.

#Inheritance

Object
DevExpress.XtraExport.Helpers.ClipboardDataProvider<DevExpress.XtraTreeList.Printing.TreeListColumnImplementer, DevExpress.XtraTreeList.Printing.TreeListNodeImplementer>
TreeListClipboardDataProvider
See Also