TreeListNodeBase.IsDescendantOf(TreeListNodeBase) Method
Indicates whether the current node belongs to the specified branch node.
Namespace: DevExpress.Data.TreeList
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
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