Skip to main content
.NET 6.0+

IDCIntermediateObject.LeftObject Property

Gets the left object of the association.

Namespace: DevExpress.ExpressApp.DC.ClassGeneration

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

NuGet Package: DevExpress.ExpressApp.Xpo

Declaration

object LeftObject { get; }

Property Value

Type Description
Object

The left object of the association.

See Also