Skip to main content

IDXAssemblyInfo.IsProjectAssembly Property

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

Namespace: DevExpress.Entity.ProjectModel

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

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