Skip to main content
All docs
V23.2

BindToTypePolicy.QueryBindToTypeEventArgs.Assembly Property

Gets the assembly that contains the processed type.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public Assembly Assembly { get; }

Property Value

Type Description
Assembly

The assembly that contains the processed type.

See Also