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

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.v19.2.dll

Declaration

[Browsable(false)]
public override IEnumerable<GridCell> GridCells { get; }

Property Value

Type Description
IEnumerable<GridCell>

An array of the GridCell objects whose values are about to be copied to the clipboard.

See Also