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

LinqServerModeDataSourceEditEventArgs.Values Property

Gets a dictionary of the non-key field name/value pairs for the row to process.

Namespace: DevExpress.Data.Linq

Assembly: DevExpress.Web.v18.2.dll

Declaration

public IDictionary Values { get; set; }

Property Value

Type Description
IDictionary

A IDictionary-supported object that contains a dictionary of the non-key field name/value pairs for the processed row.

See Also