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

ISolutionTypesProvider.ActiveProjectTypes Property

Provides access to types available for the current project.

Namespace: DevExpress.Entity.ProjectModel

Assembly: DevExpress.Data.v20.2.dll

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

Declaration

IProjectTypes ActiveProjectTypes { get; }

Property Value

Type Description
IProjectTypes

An IProjectTypes object, providing access to project types.

See Also