AdornerUIManager.SelectedElement Property
Returns the currently selected adorner element.
Namespace: DevExpress.Utils.VisualEffects
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
AdornerElement | A currently selected AdornerElement. |
Remarks
To change the currently selected adorner element, use the AdornerUIManager.SelectNext, AdornerUIManager.SelectPrev and/or AdornerUIManager.SelectElement methods. All these methods raise the AdornerUIManager.SelectedElementChanged event.
End-users can cycle through selectable elements by pressing Tab and/or arrow keys. Use the AdornerUIManager.AllowTabNavigation and AdornerUIManager.AllowArrowKeysNavigation properties to enable or disable this behavior.
See Also