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

ASPxDataInsertedEventArgs.NewValues Property

Gets a dictionary that contains the values of the non-key field name/value pairs in the row to be inserted.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v18.2.dll

Declaration

public OrderedDictionary NewValues { get; }

Property Value

Type Description
OrderedDictionary

A OrderedDictionary object that contains the values of the non-key field name/value pairs in the row to be inserted.

Remarks

Note

To set or get a value for a row, use a field name of a corresponding column.

See Also