TreeList.MoveLastVisible() Method
Moves focus to the last visible node within the current TreeList.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
Declaration
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