Skip to main content
A newer version of this page is available. .

TreeList.MoveLastVisible() Method

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public virtual TreeListNode MoveLastVisible()

Returns

Type Description
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