ASPxDataUpdateValues.NewValues Property
Gets a collection of new values corresponding to rows that have been updated in the grid.
Namespace: DevExpress.Web.Data
Assembly: DevExpress.Web.v23.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
OrderedDictionary | A OrderedDictionary object containing a collection of new values. |
Remarks
Note
To set or get a value for a row, use a field name of a corresponding column.
See Also