Skip to main content

BaseObjectSpace.GetKeyValueAsString(Object) Method

Returns the key property’s value of the specified object, converted to a string representation.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v25.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public virtual string GetKeyValueAsString(
    object obj
)

Parameters

Name Type Description
obj Object

An object whose key property’s value is returned.

Returns

Type Description
String

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

Remarks

This method does nothing and returns null. Override it in the BaseObjectSpace class’ descendants.

See Also