XPClassInfo.IsAbstract Property
Determines whether an instance of the current type is abstract.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v19.2.dll
Declaration
public virtual bool IsAbstract { get; }
Public Overridable ReadOnly Property IsAbstract As Boolean
public virtual bool IsAbstract { get; }
Public Overridable ReadOnly Property IsAbstract As Boolean
Property Value
Type |
Description |
Boolean |
true if an instance of the current type is abstract; otherwise, false.
|
Property Value
Type |
Description |
Boolean |
true if an instance of the current type is abstract; otherwise, false.
|
See Also