Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

AdornerUIManager.SelectedElement Property

Returns the currently selected adorner element.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v24.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

#Declaration

[Browsable(false)]
public AdornerElement SelectedElement { get; }

#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