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.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
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