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

ClipboardRowPastingEventArgs.OriginalCellValues Property

Gets the row’s original values.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public object[] OriginalCellValues { get; }

Property Value

Type Description
Object[]

The row’s original values.

See Also