windowsforms-devexpress-dot-xtratreelist-dot-treelistoptionsbehavior-47500c51.md
Use the OptionsClipboard.CopyColumnHeaders property instead
Gets or sets whether column captions are copied to the Clipboard.
Namespace : DevExpress.XtraTreeList
Assembly : DevExpress.XtraTreeList.v25.2.dll
NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the OptionsClipboard.CopyColumnHeaders property instead")]
public virtual bool CopyToClipboardWithColumnHeaders { get; set; }
<Obsolete("Use the OptionsClipboard.CopyColumnHeaders property instead")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Property CopyToClipboardWithColumnHeaders As Boolean
| 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.
|
You can access this nested property as listed below:
| Object Type | Path to CopyToClipboardWithColumnHeaders |
|---|---|
| TreeList |
.OptionsBehavior .CopyToClipboardWithColumnHeaders
|
See the TreeList.CopyToClipboard topic to learn more.
See Also