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

TreeListNodeBase.RowHandle Property

Gets the row handle that identifies the node.

Namespace: DevExpress.Data.TreeList

Assembly: DevExpress.Data.v19.1.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.

    Row Handle vs Visible Index 1

  • One node is collapsed.

    Row Handle vs Visible Index 2

To learn more, see Obtaining Nodes.

The following code snippets (auto-collected from DevExpress Examples) contain references to the RowHandle property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also