Back to Devexpress

TreeListControlBase.GetRowVisibleIndexByHandle(Int32) Method

wpf-devexpress-dot-xpf-dot-grid-dot-treelistcontrolbase-dot-getrowvisibleindexbyhandle-x28-system-dot-int32-x29.md

latest2.0 KB
Original Source

TreeListControlBase.GetRowVisibleIndexByHandle(Int32) Method

Returns the node’s position within a View by its handle.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public int GetRowVisibleIndexByHandle(
    int rowHandle
)
vb
Public Function GetRowVisibleIndexByHandle(
    rowHandle As Integer
) As Integer

Parameters

NameTypeDescription
rowHandleInt32

An integer value that specifies the node’s handle.

|

Returns

TypeDescription
Int32

An integer value that specifies the specified node’s position within a View.

|

Remarks

To learn more, see Iterating Through Nodes and Obtaining Nodes.

See Also

TreeListNodeIterator

GetNodeByVisibleIndex(Int32)

GetNodeByRowHandle(Int32)

GetRowHandleByVisibleIndex(Int32)

TreeListControlBase Class

TreeListControlBase Members

DevExpress.Xpf.Grid Namespace