Skip to main content
Tab

ASPxGridViewEditorCreateEventArgs.KeyValue Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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