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.v24.1.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