Skip to main content
A newer version of this page is available. .
All docs
V21.2
.NET Framework 4.5.2+

CompositeObjectSpace.IsAdditionalKnownType(Type) Method

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

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

Parameters

Name Type
objectType Type

Returns

Type
Boolean
See Also