Skip to main content
All docs
V25.1
  • .NET 8.0+

    CompositeObjectSpace.IsAdditionalKnownType(Type) Method

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

    Namespace: DevExpress.ExpressApp

    Assembly: DevExpress.ExpressApp.v25.1.dll

    NuGet Package: DevExpress.ExpressApp

    Declaration

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

    Parameters

    Name Type
    objectType Type

    Returns

    Type
    Boolean
    See Also