Skip to main content
All docs
V25.2
  • BindToTypePolicy.QueryNonTrustedTypeValidationEventArgs.IsKnownTypeDescendant Property

    Gets whether the type derives from the “safe” type.

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Data.v25.2.dll

    Declaration

    public bool IsKnownTypeDescendant { get; }

    Property Value

    Type Description
    Boolean

    true if the type derives from the safe type; otherwise, false.

    See Also