Back to Devexpress

TreeList.MovePrev() Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-3f5959dd.md

latest1.6 KB
Original Source

TreeList.MovePrev() Method

Moves focus to the node that precedes 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 MovePrev()
vb
Public Overridable Function MovePrev As TreeListNode

Returns

TypeDescription
TreeListNode

The newly focused node.

|

Remarks

Compare this method with TreeList.MovePrevVisible, which does not expand collapsed nodes when navigating to a previous node.

See Also

MovePrevVisible()

MoveNext()

MoveNextVisible()

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace