Skip to main content
A newer version of this page is available. .

DCIntermediateObject.LeftObject Property

Gets the left object of the association.

Namespace: DevExpress.ExpressApp.DC.ClassGeneration

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

Declaration

[NonPersistent]
public abstract object LeftObject { get; }

Property Value

Type Description
Object

The left object of the association.

Implements

See Also