Skip to main content
All docs
V25.1
  • BindToTypePolicy.QueryAssemblyLoadEventArgs.ToString() Method

    Returns a string in the following format: Load Level: {LoadLevel}, Requested Assembly: {AssemblyName}.

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public override string ToString()

    Returns

    Type Description
    String

    A string representation of the current object.

    See Also