Skip to main content

XPClassInfo.HasDescendants Property

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

Namespace: DevExpress.Xpo.Metadata

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