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

TreeListNodeBase.IsDescendantOf(TreeListNodeBase) Method

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

Namespace: DevExpress.Data.TreeList

Assembly: DevExpress.Data.Desktop.v20.2.dll

NuGet Packages: DevExpress.Data.Desktop, DevExpress.WindowsDesktop.DataDesktop

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