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

ASPxVerticalGridRenderBrickEventArgs.KeyValue Property

Gets the processed record’s key.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public object KeyValue { get; }

Property Value

Type Description
Object

An object that represents the processed record’s key value.

See Also