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

TreeListCopyingToClipboardEventArgs.Nodes Property

Gets an array of nodes whose values are about to be copied to the clipboard.

Namespace: DevExpress.Xpf.Grid.TreeList

Assembly: DevExpress.Xpf.Grid.v19.2.dll

Declaration

public IEnumerable<TreeListNode> Nodes { get; }

Property Value

Type Description
IEnumerable<TreeListNode>

An array of TreeListNode objects.

See Also