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

ASPxStartRowEditingEventArgs.EditingKeyValue Property

Gets the processed row’s key value.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public object EditingKeyValue { get; }

Property Value

Type Description
Object

An object that uniquely identifies the processed row.

See Also