ASPxDataUpdateValues Properties
An object containing information about updated grid values.| Name | Description |
|---|---|
| Keys | Gets a collection of grid key values that correspond to the updated rows. |
| NewValues | Gets a collection of new values corresponding to rows that have been updated in the grid. |
| OldValues | Gets a collection of old values that have been updated in the grid. |
See Also