Skip to main content
A newer version of this page is available. .

IDXTypeInfo.Assembly Property

Obtains the assembly in which the current type is defined.

Namespace: DevExpress.Entity.ProjectModel

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

IDXAssemblyInfo Assembly { get; set; }

Property Value

Type Description
IDXAssemblyInfo

An IDXAssemblyInfo object containg information about the assembly in which the current type is defined.

See Also