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

IDXAssemblyInfo.IsProjectAssembly Property

Indicates whether the current assembly is an assembly of the current project.

Namespace: DevExpress.Entity.ProjectModel

Assembly: DevExpress.Data.v18.2.dll

Declaration

bool IsProjectAssembly { get; }

Property Value

Type Description
Boolean

true, if the current assembly is an assembly of the current project; otherwise, false

See Also