Skip to main content
All docs
V23.2

BindToTypePolicy.QueryNonTrustedTypeValidationEventArgs.IsUnsafe Property

Gets whether the type is unsafe.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public bool IsUnsafe { get; }

Property Value

Type Description
Boolean

true if the type is unsafe; otherwise, false.

See Also