ASPxDataInsertedEventArgs.NewValues Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public OrderedDictionary NewValues { get; }
#Property Value
Type | Description |
---|---|
Ordered |
A Ordered |
#Remarks
Note
To set or get a value for a row, use a field name of a corresponding column.
See Also