Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web

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