Skip to main content
All docs
V26.1
  • BindToTypePolicy.QueryAssemblyLoadEventArgs.LoadLevel Property

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

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Data.v26.1.dll

    Declaration

    public BindToTypePolicy.LoadLevel LoadLevel { get; }

    Property Value

    Type Description
    BindToTypePolicy.LoadLevel

    The load level.

    Available values:

    Name
    Load
    PartialNameLoad
    AssemblyNameLoad
    LoadFrom
    LoadFile
    LoadBytes
    See Also