Skip to main content
.NET Framework 4.6.2+

IDCIntermediateObject.LeftObject Property

Gets the left object of the association.

Namespace: DevExpress.ExpressApp.DC.ClassGeneration

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

NuGet Package: DevExpress.ExpressApp.Xpo

Declaration

object LeftObject { get; }

Property Value

Type Description
Object

The left object of the association.

See Also