Skip to main content

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

#Declaration

public 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