Skip to main content
All docs
V23.2

BindToTypePolicy.BindToTypeBaseQueryArgs.IsKnownType Property

Gets whether the type is whitelisted (the type is safe).

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public bool IsKnownType { get; }

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