TreeListNodeBase.VisibleIndex Property
Gets the node’s position within a View among visible nodes.
Namespace: DevExpress.Data.TreeList
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
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