Skip to main content

TreeListNode.RowHandle Property

Gets the row handle that identifies the node.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public int RowHandle { get; }

#Property Value

Type Description
Int32

An integer value that specifies the row handle.

#Remarks

A node can be identified by its key value (in bound mode), content and row handle. Visible nodes (that are not hidden within collapsed nodes) can also be identified by visible indices.

The following images illustrate the difference between row handles and visible indices.

  • All nodes are expanded.

    treelistrowhandlevi

  • One node is collapsed.

    treelistrowhandlevi2

To learn more, see Obtaining Nodes.

See Also