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

XPClassInfo.IsAbstract Property

Determines whether an instance of the current type is abstract.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public virtual bool IsAbstract { get; }

Property Value

Type Description
Boolean

true if an instance of the current type is abstract; otherwise, false.

See Also