Skip to main content
All docs
V25.1
  • 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.v25.1.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