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.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, 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:
Object Type | Path to CopyToClipboardWithColumnHeaders |
---|---|
TreeList |
|
Remarks
See the TreeList.CopyToClipboard topic to learn more.
See Also