Skip to main content

TreeList.MoveNext() Method

Moves focus to the node following the currently focused one, while expanding collapsed nodes, when required.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

public virtual TreeListNode MoveNext()

Returns

Type Description
TreeListNode

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