TreeList.MoveNextVisible() Method
In This Article
Moves focus to the next visible node following the currently focused one.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
public virtual TreeListNode MoveNextVisible()
#Returns
Type | Description |
---|---|
Tree |
The newly focused node. |
#Remarks
The MoveNextVisible method does not expand collapsed nodes while navigating to the following node. Compare this method with TreeList.MoveNext, which expands collapsed nodes.
See Also