TreeList.MoveLastVisible() Method
In This Article
Moves focus to the last visible node within the current TreeList.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
public virtual TreeListNode MoveLastVisible()
#Returns
Type | Description |
---|---|
Tree |
A Tree |
#Remarks
Unlike the TreeList.MoveLast method, this method moves focus to the last visible node within the current TreeList control.
See Also