AdornerUIManager.SelectPrev() Method
Activates the item within the AdornerUIManager.Elements collection that precedes the currently selected item.
Namespace: DevExpress.Utils.VisualEffects
Assembly: DevExpress.Utils.v24.2.dll
Declaration
Remarks
To select the following element, use the AdornerUIManager.SelectNext method instead. To select the specific element, use the AdornerUIManager.SelectElement method.
See Also