Back to Devexpress

TreeListView.GetNodeByRowHandle(Int32) Method

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-dot-getnodebyrowhandle-x28-system-dot-int32-x29.md

latest2.0 KB
Original Source

TreeListView.GetNodeByRowHandle(Int32) Method

Returns a node with the specified handle.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public TreeListNode GetNodeByRowHandle(
    int rowHandle
)
vb
Public Function GetNodeByRowHandle(
    rowHandle As Integer
) As TreeListNode

Parameters

NameTypeDescription
rowHandleInt32

An integer value that specifies the row handle.

|

Returns

TypeDescription
TreeListNode

A TreeListNode object that is the node with the specified handle. null ( Nothing in Visual Basic) if the node was not found.

|

Remarks

The GetNodeByRowHandle method returns the node whose TreeListNodeBase.RowHandle property is set to a value specified by the rowHandle parameter.

To learn more, see Obtaining Nodes.

See Also

GetNodeByContent(Object)

GetNodeByCellValue(String, Object)

GetNodeByVisibleIndex(Int32)

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace