Skip to main content
All docs
V25.1
  • BindToTypePolicy.QueryNonTrustedTypeValidationEventArgs.IsMalformedOrCorrupted Property

    Gets whether the type is malformed (invalid).

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public bool IsMalformedOrCorrupted { get; }

    Property Value

    Type Description
    Boolean

    true if the type is malformed; otherwise, false.

    See Also