Skip to main content
All docs
V25.1
  • BindToTypePolicy.BindToTypeBaseQueryArgs.QueryLevel Property

    This member supports the internal infrastructure and is not intended to be used directly from your code.

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public BindToTypePolicy.QueryLevel QueryLevel { get; }

    Property Value

    Type Description
    BindToTypePolicy.QueryLevel

    The query level.

    Available values:

    Name
    KnownType
    PrimitiveType
    EnumType
    TypeFromLoadedAssembly
    AnyType
    See Also