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

Declaration

IProjectTypes ActiveProjectTypes { get; }

Property Value

Type Description
IProjectTypes

An IProjectTypes object, providing access to project types.

See Also