Skip to main content

AdornerElementCollection.Contains(AdornerElement) Method

Checks whether or not this AdornerElementCollection contains the target AdornerElement.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v23.2.dll

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

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