Back to Devexpress

XPClassInfo.HasDescendants Property

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

latest1.1 KB
Original Source

XPClassInfo.HasDescendants Property

Gets whether the class described by the current XPClassInfo object has descendants.

Namespace : DevExpress.Xpo.Metadata

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public bool HasDescendants { get; }
vb
Public ReadOnly Property HasDescendants As Boolean

Property Value

TypeDescription
Boolean

true if the class has descendants; otherwise, false.

|

See Also

XPClassInfo Class

XPClassInfo Members

DevExpress.Xpo.Metadata Namespace