Back to Devexpress

TreeList.MoveNextVisible() Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-f9632545.md

latest1.6 KB
Original Source

TreeList.MoveNextVisible() Method

Moves focus to the next visible node following the currently focused one.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

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

Returns

TypeDescription
TreeListNode

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

MoveNext()

MovePrev()

MovePrevVisible()

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace