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
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