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

IDXTypeInfo.IsSolutionType Property

Indicates whether a type is defined within the current solution.

Namespace: DevExpress.Entity.ProjectModel

Assembly: DevExpress.Data.v20.2.dll

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

Declaration

bool IsSolutionType { get; }

Property Value

Type Description
Boolean

true, if a type is defined in the current solution; otherwise, false.

See Also