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

CopyingToClipboardEventArgs.GridCells Property

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

Namespace: DevExpress.Xpf.Grid

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

Declaration

public virtual IEnumerable<GridCell> GridCells { get; }

Property Value

Type Description
IEnumerable<GridCell>

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

See Also