Back to Devexpress

ClipboardRowCopyingEventArgs.Values Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-clipboardrowcopyingeventargs-341db786.md

latest1.4 KB
Original Source

ClipboardRowCopyingEventArgs.Values Property

Provides access to the collection of cells in the processed data row, group row, or summaries in the group row.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public ClipboardValueInfoCollection Values { get; }
vb
Public ReadOnly Property Values As ClipboardValueInfoCollection

Property Value

TypeDescription
DevExpress.XtraGrid.Views.Printing.ClipboardValueInfoCollection

An object that represents a collection of cells.

|

See Also

ClipboardRowCopyingEventArgs Class

ClipboardRowCopyingEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace