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

    Gets the assembly that contains the processed type.

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Data.v26.1.dll

    Declaration

    public Assembly Assembly { get; }

    Property Value

    Type Description
    Assembly

    The assembly that contains the processed type.

    See Also