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

ASPxDataInsertValues.NewValues Property

Gets a collection of values that have been added to the grid.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v19.2.dll

Declaration

public OrderedDictionary NewValues { get; protected set; }

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