Skip to main content

AdornerElementCollection.Remove(AdornerElement) Method

Removes the target AdornerElement from this AdornerElementCollection.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public bool Remove(
    AdornerElement item
)

Parameters

Name Type Description
item AdornerElement

An AdornerElement to be removed.

Returns

Type Description
Boolean

true if the element was successfully removed; otherwise, false.

See Also