Skip to main content
Tab

ASPxVerticalGridRenderBrickEventArgs.KeyValue Property

Gets the processed record’s key.

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 represents the processed record’s key value.

See Also