Skip to main content

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.v23.2.dll

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

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the OptionsClipboard.CopyNodeHierarchy property instead")]
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:

Object Type Path to CopyToClipboardWithNodeHierarchy
TreeList
.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