XPObjectSpace.GetIntermediateObjectReferences(Object, out Object, out Object) Method
Namespace: DevExpress.ExpressApp.Xpo
Assembly: DevExpress.ExpressApp.Xpo.v25.2.dll
NuGet Package: DevExpress.ExpressApp.Xpo
Declaration
[Browsable(false)]
public override void GetIntermediateObjectReferences(
object obj,
out object left,
out object right
)
Parameters
| Name | Type |
|---|---|
| obj | Object |
| left | Object |
| right | Object |
See Also