Skip to main content
All docs
V25.1
  • BindToTypePolicy.BindToTypeBaseQueryArgs.IsKnownType Property

    Gets whether the type is whitelisted (the type is safe).

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public bool IsKnownType { get; }

    Property Value

    Type Description
    Boolean

    true if the loaded type is safe; otherwise, false.

    Remarks

    The IsKnownType property is set to true if the QueryLevel property is set to QueryLevel.KnownType.

    See Also