TreeListCopyingToClipboardEventArgs.GridCells Property
Gets an array of cells whose values are about to be copied to the clipboard.
Namespace: DevExpress.Xpf.Grid.TreeList
Assembly: DevExpress.Xpf.Grid.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| IEnumerable<GridCell> | An array of the GridCell objects whose values are about to be copied to the clipboard. |
See Also