Skip to main content
All docs
V25.1
  • TreeListClipboardDataProviderOptions(Boolean, Boolean, Boolean) Constructor

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

    Namespace: DevExpress.XtraTreeList.Printing

    Assembly: DevExpress.XtraTreeList.v25.1.dll

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

    Declaration

    public TreeListClipboardDataProviderOptions(
        bool copyColumnHeaders = true,
        bool copyCollapsedData = true,
        bool copyNodeHierarchy = true
    )

    Optional Parameters

    Name Type Default Description
    copyColumnHeaders Boolean True

    true, to copy column headers to the clipboard; otherwise, false.

    copyCollapsedData Boolean True

    true, to copy collapsed nodes to the clipboard; otherwise, false.

    copyNodeHierarchy Boolean True

    true, to copy the tree hierarchy (indents) to the clipboard; otherwise, false.

    See Also