Skip to main content
Tab

ASPxGridViewTableRowEventArgs.KeyValue Property

Gets 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