Skip to main content

ClipboardRowPastingEventArgs.OriginalCellValues Property

Gets the row’s original values.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public object[] OriginalCellValues { get; }

Property Value

Type Description
Object[]

The row’s original values.

See Also