Skip to main content
A newer version of this page is available. .

AdornerElementCollection.GetElementsBySource(Object) Method

Gets all AdornerElements related to the target UI element.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public AdornerElement[] GetElementsBySource(
    object source
)

Parameters

Name Type Description
source Object

An Object that is the source UI element, whose related adorner elements should be returned.

Returns

Type Description
AdornerElement[]

An AdornerElements array.

Remarks

The GetElementsBySource method returns an array of adorner elements, whose AdornerElement.TargetElement property values refer to the source element.

See Also