Skip to main content
All docs
V26.1
  • BindToTypePolicy.QueryBindToTypeEventArgs.ToString() Method

    Returns a string in the following format: “Query Level: {QueryLevel.ToString()}, Requested Type: {AssemblyQualifiedTypeName}”.

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Data.v26.1.dll

    Declaration

    public override string ToString()

    Returns

    Type Description
    String

    A string representation of the current object.

    See Also