TreeList.MoveNext() Method
Moves focus to the node following the currently focused one, while expanding collapsed nodes, when required.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
Declaration
Returns
Type | Description |
---|---|
TreeListNode | The newly focused node. |
Remarks
This method moves focus to the node that follows the currently focused one, while expanding nodes containing children, when required. The TreeList.MoveNextVisible method does not expand collapsed nodes when navigating to the next visible node.
See Also