XPObjectSpace.GetKeyValueAsString(Object) Method
Returns the key property’s value of the specified object, converted to a string representation.
Namespace: DevExpress.ExpressApp.Xpo
Assembly: DevExpress.ExpressApp.Xpo.v25.2.dll
NuGet Package: DevExpress.ExpressApp.Xpo
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| obj | Object | An object whose key property value is requested. |
Returns
| Type | Description |
|---|---|
| String | A string which is the value of the specified object’s key property. |
Remarks
This method requests the key property value of the specified object from the XPObjectSpace.Session. If the value is not null, its string representation is returned.
See Also