Skip to main content
A newer version of this page is available. .

TreeListOptionsBehavior.CopyToClipboardWithNodeHierarchy Property

OBSOLETE

Use the OptionsClipboard.CopyNodeHierarchy property instead

Gets or sets whether data is copied to the Clipboard with the hierarchy information included or in a flat form.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

[Obsolete("Use the OptionsClipboard.CopyNodeHierarchy property instead")]
[Browsable(false)]
public virtual bool CopyToClipboardWithNodeHierarchy { get; set; }

Property Value

Type Description
Boolean

true if data is copied to the Clipboard with the hierarchy information included; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to CopyToClipboardWithNodeHierarchy
WinForms Controls ResourcesTree
.OptionsBehavior.CopyToClipboardWithNodeHierarchy
TreeList
.OptionsBehavior.CopyToClipboardWithNodeHierarchy
Reporting XRDesignFieldList
.OptionsBehavior.CopyToClipboardWithNodeHierarchy
XRDesignReportExplorer
.OptionsBehavior.CopyToClipboardWithNodeHierarchy

Remarks

Data can be copied to the Clipboard via the TreeList.CopyToClipboard method. An end-user can copy data via the CTRL+C shortcut provided that the TreeListOptionsClipboard.AllowCopy option is enabled.

Hierarchical data can be pasted from the Clipboard into MS Excel.

See Also