Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ObjectRecord.ObjectKeyValue Property

Gets the value of the wrapped object’s key property.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public object ObjectKeyValue { get; }

Property Value

Type Description
Object

An Object that is a value of the wrapped object’s key property.

See Also