Skip to main content
All docs
V23.2
.NET 6.0+

CompositeObjectSpace.IsAdditionalKnownType(Type) Method

For internal use. Use the IsKnownType(Type, Boolean) method instead.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[Browsable(false)]
public bool IsAdditionalKnownType(
    Type objectType
)

Parameters

Name Type
objectType Type

Returns

Type
Boolean
See Also