Back to Devexpress

TreeListOptionsBehavior.CopyToClipboardWithColumnHeaders Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistoptionsbehavior-47500c51.md

latest2.5 KB
Original Source

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

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the OptionsClipboard.CopyColumnHeaders property instead")]
public virtual bool CopyToClipboardWithColumnHeaders { get; set; }
vb
<Obsolete("Use the OptionsClipboard.CopyColumnHeaders property instead")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Property CopyToClipboardWithColumnHeaders As Boolean

Property Value

TypeDescription
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:

Object TypePath to CopyToClipboardWithColumnHeaders
TreeList

.OptionsBehavior .CopyToClipboardWithColumnHeaders

|

Remarks

See the TreeList.CopyToClipboard topic to learn more.

See Also

AllowCopy

CopyToClipboard()

CopyNodeHierarchy

TreeListOptionsBehavior Class

TreeListOptionsBehavior Members

DevExpress.XtraTreeList Namespace