Skip to main content
Tab

ASPxGridViewEditorEventArgs.KeyValue Property

Gets the row key value - an object that uniquely identifies the row.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public object KeyValue { get; }

#Property Value

Type Description
Object

An object that uniquely identifies the row.

See Also