Skip to main content
.NET 6.0+

IDCIntermediateObject.RightObject Property

Gets the right object of the association.

Namespace: DevExpress.ExpressApp.DC.ClassGeneration

Assembly: DevExpress.ExpressApp.Xpo.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Xpo

Declaration

object RightObject { get; }

Property Value

Type Description
Object

The right object of the association.

See Also