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

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

NuGet Package: DevExpress.Win.Grid

Declaration

public ClipboardValueInfoCollection Values { get; }

Property Value

Type Description
DevExpress.XtraGrid.Views.Printing.ClipboardValueInfoCollection

An object that represents a collection of cells.

See Also