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.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
IEnumerable<TreeListNode> | An array of TreeListNode objects. |
See Also