Skip to main content

IDXTypeInfo.IsSolutionType Property

Indicates whether a type is defined within the current solution.

Namespace: DevExpress.Entity.ProjectModel

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

bool IsSolutionType { get; }

Property Value

Type Description
Boolean

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

See Also