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

TreeListOptionsBehavior.CopyToClipboardWithColumnHeaders Property

OBSOLETE

Use the OptionsClipboard.CopyColumnHeaders property instead

Gets or sets whether column captions are copied to the Clipboard.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v20.2.dll

NuGet Package: DevExpress.Win.TreeList

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the OptionsClipboard.CopyColumnHeaders property instead")]
public virtual bool CopyToClipboardWithColumnHeaders { get; set; }

Property Value

Type Description
Boolean

true if column captions are copied to the Clipboard along with selected nodes; false if only selected nodes are copied to the Clipboard.

Property Paths

You can access this nested property as listed below:

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

Remarks

See the TreeList.CopyToClipboard topic to learn more.

See Also