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

IProjectTypes.Assemblies Property

Obtains a collection of assemblies available for the current project.

Namespace: DevExpress.Entity.ProjectModel

Assembly: DevExpress.Data.v20.2.dll

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

Declaration

IEnumerable<IDXAssemblyInfo> Assemblies { get; }

Property Value

Type Description
IEnumerable<IDXAssemblyInfo>

A collection of IDXAssemblyInfo objects.

See Also