TreeList.MovePrevVisible() Method
Moves focus to the visible node preceding the currently focused one.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
Declaration
Returns
Type | Description |
---|---|
TreeListNode | The newly focused node. |
Remarks
The MovePrevVisible method does not expand collapsed nodes while navigating to the following node. Compare this method with TreeList.MovePrev, which expands collapsed nodes.
See Also