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

DCIntermediateObject.LeftObjectType Property

Gets the type of the DCIntermediateObject.LeftObject.

Namespace: DevExpress.ExpressApp.DC.ClassGeneration

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

Declaration

[NonPersistent]
public abstract Type LeftObjectType { get; }

Property Value

Type Description
Type

The type of the left object.

Implements

See Also