Back to Devexpress

TreeList.MoveNext() Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-9b94b252.md

latest1.7 KB
Original Source

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.v25.2.dll

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

Declaration

csharp
public virtual TreeListNode MoveNext()
vb
Public Overridable Function MoveNext As TreeListNode

Returns

TypeDescription
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

MoveNextVisible()

MovePrev()

MovePrevVisible()

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace