Skip to main content
All docs
V25.1
  • TreeListClipboardDataProvider(ClipboardExportManagerBase<ColumnWrapper, TreeListNodeWrapper>) Constructor

    Initializes a new instance of the TreeListClipboardDataProvider class with specified settings.

    Namespace: DevExpress.Xpf.Grid.TreeList

    Assembly: DevExpress.Xpf.Grid.v25.1.dll

    NuGet Package: DevExpress.Wpf.Grid.Core

    Declaration

    public TreeListClipboardDataProvider(
        ClipboardExportManagerBase<ColumnWrapper, TreeListNodeWrapper> manager
    )

    Parameters

    Name Type Description
    manager DevExpress.XtraExport.Helpers.ClipboardExportManagerBase<DevExpress.Xpf.Grid.Printing.ColumnWrapper, DevExpress.Xpf.Grid.TreeList.TreeListNodeWrapper>

    The clipboard manager. For internal use.

    See Also