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

IDXAssemblyInfo.TypesInfo Property

Obtains a collection of types available in the current assembly.

Namespace: DevExpress.Entity.ProjectModel

Assembly: DevExpress.Data.v20.2.dll

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

Declaration

IEnumerable<IDXTypeInfo> TypesInfo { get; }

Property Value

Type Description
IEnumerable<IDXTypeInfo>

A collection of IDXTypeInfo objects.

See Also