Skip to main content

TreeListNodeBase.VisibleIndex Property

Gets the node’s position within a View among visible nodes.

Namespace: DevExpress.Data.TreeList

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public int VisibleIndex { get; }

Property Value

Type Description
Int32

An integer value that specifies the node’s position among visible nodes. -1 if the node is hidden.

Remarks

To obtain a node by its visible index, use the TreeListView.GetNodeByVisibleIndex method.

To learn more, see Obtaining Nodes.

See Also