Skip to main content

TreeListNode.IsDescendantOf(TreeListNode) Method

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

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

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

#Parameters

Name Type Description
node TreeListNode

The TreeListNode object.

#Returns

Type Description
Boolean

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

See Also