Skip to main content
All docs
V24.1

QueryBindToTypeEventArgs(Type) Constructor

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v24.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