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

XPClassInfo.HasDescendants Property

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

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public bool HasDescendants { get; }

Property Value

Type Description
Boolean

true if the class has descendants; otherwise, false.

See Also