Skip to main content

TreeListNodeBase.IsDescendantOf(TreeListNodeBase) Method

Indicates whether the current node belongs to the specified branch node.

Namespace: DevExpress.Data.TreeList

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

[Browsable(false)]
public bool IsDescendantOf(
    TreeListNodeBase node
)

Parameters

Name Type Description
node TreeListNodeBase

The TreeListNodeBase object.

Returns

Type Description
Boolean

true if the specified branch node contains the current node; otherwise, false.

See Also