ASPxDataDeletingEventArgs.Values Property
Gets a dictionary of the non-key field name/value pairs for the row to delete.
Namespace: DevExpress.Web.Data
Assembly: DevExpress.Web.v22.2.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
OrderedDictionary | A OrderedDictionary object that contains a dictionary of the non-key field name/value pairs for the row to delete. |
Remarks
Note
To set or get a value for a row, use a field name of a corresponding column.
See Also