TreeListNode.IsDescendantOf(TreeListNode) Method
In This Article
Indicates whether the current node belongs to the specified branch node.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
node | Tree |
The Tree |
#Returns
Type | Description |
---|---|
Boolean | true if the specified branch node contains the current node; otherwise, false. |
See Also