Skip to main content

ASPxDataUpdateValues.Keys Property

Gets a collection of grid key values that correspond to the updated rows.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v23.1.dll

NuGet Package: DevExpress.Web

Declaration

public OrderedDictionary Keys { get; }

Property Value

Type Description
OrderedDictionary

A OrderedDictionary object containing a collection of key values.

See Also