Skip to main content
.NET 6.0+

BaseObjectSpace.GetKeyValue(Object) Method

Returns the key property’s value of the specified object.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public virtual object GetKeyValue(
    object obj
)

Parameters

Name Type Description
obj Object

An object which is the object whose key property’s value is returned.

Returns

Type Description
Object

An object which is the value of the specified object’s key property.

Remarks

This method does nothing and returns null (Nothing in VB). So, it should be overridden in the BaseObjectSpace class’ descendants.

Implements

See Also