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

TreeListOptionsBehavior.AllowCopyToClipboard Property

OBSOLETE

Use the OptionsClipboard.AllowCopy property instead

Gets or sets whether an end-user can copy selected nodes to the Clipboard via the CTRL+C shortcut.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

[Obsolete("Use the OptionsClipboard.AllowCopy property instead")]
[Browsable(false)]
public virtual bool AllowCopyToClipboard { get; set; }

Property Value

Type Description
Boolean

true if an end-user can copy selected nodes to the Clipboard via a keyboard shortcut; otherwise, false.

Property Paths

You can access this nested property as listed below:

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

Remarks

To copy data to the Clipboard in code, use the TreeList.CopyToClipboard method. See this topic to learn more.

See Also