Back to Devexpress

XPClassInfo.IsAbstract Property

xpo-devexpress-dot-xpo-dot-metadata-dot-xpclassinfo-dc8afca3.md

latest1.1 KB
Original Source

XPClassInfo.IsAbstract Property

Determines whether an instance of the current type is abstract.

Namespace : DevExpress.Xpo.Metadata

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public virtual bool IsAbstract { get; }
vb
Public Overridable ReadOnly Property IsAbstract As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

XPClassInfo Class

XPClassInfo Members

DevExpress.Xpo.Metadata Namespace