Back to Devexpress

TreeList.MovePrevVisible() Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-6bda6b2c.md

latest1.6 KB
Original Source

TreeList.MovePrevVisible() Method

Moves focus to the visible node preceding 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 MovePrevVisible()
vb
Public Overridable Function MovePrevVisible As TreeListNode

Returns

TypeDescription
TreeListNode

The newly focused node.

|

Remarks

The MovePrevVisible method does not expand collapsed nodes while navigating to the following node. Compare this method with TreeList.MovePrev, which expands collapsed nodes.

See Also

MoveNext()

MoveNextVisible()

MovePrev()

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace