AdornerUIManager.SelectNext() Method
In This Article
Activates the item within the AdornerUIManager.Elements collection that follows the currently selected item.
Namespace: DevExpress.Utils.VisualEffects
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
#Remarks
To select a previous element, use the AdornerUIManager.SelectPrev method instead. To select the specific element, use the AdornerUIManager.SelectElement method.
See Also