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