Skip to main content

XPClassInfo.IsAbstract Property

Determines whether an instance of the current type is abstract.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v23.2.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