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

DCIntermediateObject.RightObject Property

Gets the right object of the association.

Namespace: DevExpress.ExpressApp.DC.ClassGeneration

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

Declaration

[NonPersistent]
public abstract object RightObject { get; }

Property Value

Type Description
Object

The right object of the association.

Implements

See Also