Skip to main content

TreeListClipboardDataProviderOptions(Boolean, Boolean, Boolean) Constructor

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

Namespace: DevExpress.XtraTreeList.Printing

Assembly: DevExpress.XtraTreeList.v23.2.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