BindToTypePolicy.QueryNonTrustedTypeValidationEventArgs.IsKnownTypeDescendant Property
Gets whether the type derives from the “safe” type.
Namespace: DevExpress.Utils
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the type derives from the safe type; otherwise, false. |
See Also