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.v18.2.dll

Declaration

IEnumerable<IDXAssemblyInfo> Assemblies { get; }

Property Value

Type Description
IEnumerable<IDXAssemblyInfo>

A collection of IDXAssemblyInfo objects.

See Also