Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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