Skip to main content
All docs
V25.1
  • QueryBindToTypeEventArgs(Type) Constructor

    Initializes a new instance of the BindToTypePolicy.QueryBindToTypeEventArgs class with specified settings.

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public QueryBindToTypeEventArgs(
        Type assemblyType
    )

    Parameters

    Name Type Description
    assemblyType Type

    The assembly-qualified name of the type. This value is assigned to the AssemblyQualifiedTypeName property.

    See Also