Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IDCIntermediateObject.RightObject Property

Gets the right object of the association.

Namespace: DevExpress.ExpressApp.DC.ClassGeneration

Assembly: DevExpress.ExpressApp.Xpo.v21.1.dll

NuGet Package: DevExpress.ExpressApp.Xpo

Declaration

object RightObject { get; }

Property Value

Type Description
Object

The right object of the association.

See Also