Skip to main content
.NET 6.0+

DCIntermediateObject.RightObjectType Property

Gets the type of the IDCIntermediateObject.RightObject.

Namespace: DevExpress.ExpressApp.DC.ClassGeneration

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

NuGet Package: DevExpress.ExpressApp.Xpo

Declaration

[NonPersistent]
public abstract Type RightObjectType { get; }

Property Value

Type Description
Type

The type of the right object.

Implements

See Also