Back to Devexpress

TreeList.MoveLastVisible() Method

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

latest1.6 KB
Original Source

TreeList.MoveLastVisible() Method

Moves focus to the last visible node within the current TreeList.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

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

Returns

TypeDescription
TreeListNode

A TreeListNode representing the focused node.

|

Remarks

Unlike the TreeList.MoveLast method, this method moves focus to the last visible node within the current TreeList control.

See Also

MoveLast()

MoveFirst()

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace