Skip to main content
All docs
V24.1

BindToTypePolicy.QueryBindToTypeEventArgs.Assembly Property

Gets the assembly that contains the processed type.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

public Assembly Assembly { get; }

Property Value

Type Description
Assembly

The assembly that contains the processed type.

See Also