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

NuGet Package: DevExpress.Wpf.Grid.Core

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