BindToTypePolicy.QueryBindToTypeEventArgs.AssemblyQualifiedTypeName Property
Gets the assembly-qualified name of the type, which includes the name of the assembly from which this Type
object is being loaded.
Namespace: DevExpress.Utils
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
String | The assembly-qualified name of the type. |
See Also