Skip to main content
All docs
V26.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.v26.1.dll

    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