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.v24.1.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 (Nothing in VB), its string representation is returned.
See Also