Skip to main content
All docs
V25.1
  • BindToTypePolicy.QueryBindToTypeEventArgs.Assembly Property

    Gets the assembly that contains the processed type.

    Namespace: DevExpress.Utils

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