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

AdornerElementCollection.Contains(AdornerElement) Method

Checks whether or not this AdornerElementCollection contains the target AdornerElement.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public bool Contains(
    AdornerElement item
)

Parameters

Name Type Description
item AdornerElement

The AdornerElement to be checked.

Returns

Type Description
Boolean

true, if this AdornerElementCollection contains the target AdornerElement; otherwise, false.

See Also