Skip to main content
All docs
V25.1
  • BindToTypePolicy.LoadLevel Enum

    Lists values that correspond to load levels (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 enum LoadLevel

    Members

    Name
    Load
    PartialNameLoad
    AssemblyNameLoad
    LoadFrom
    LoadFile
    LoadBytes

    Related API Members

    The following properties accept/return BindToTypePolicy.LoadLevel values:

    See Also