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

TreeListControlBase.GetRowHandleByVisibleIndex(Int32) Method

Returns a node’s handle by specifying its visible index.

Namespace: DevExpress.Xpf.Grid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public int GetRowHandleByVisibleIndex(
    int visibleIndex
)

Parameters

Name Type Description
visibleIndex Int32

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

Returns

Type Description
Int32

An integer value that specifies the handle of the specified node.

Remarks

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

See Also