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

DCIntermediateObject.RightObjectType Property

Gets the type of the IDCIntermediateObject.RightObject.

Namespace: DevExpress.ExpressApp.DC.ClassGeneration

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

Declaration

[NonPersistent]
public abstract Type RightObjectType { get; }

Property Value

Type Description
Type

The type of the right object.

Implements

See Also