AdornerElementCollection.Contains(AdornerElement) Method
Checks whether or not this AdornerElementCollection contains the target AdornerElement.
Namespace: DevExpress.Utils.VisualEffects
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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