Skip to main content

AdornerUIManager.SelectElement(AdornerElement) Method

Selects the specific AdornerUIManager element.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public bool SelectElement(
    AdornerElement element
)

Parameters

Name Type Description
element AdornerElement

An AdornerElement to be selected.

Returns

Type Description
Boolean

true if the specific element was successfully selected; otherwise, false.

See Also