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

AdornerElementCollection.Remove(AdornerElement) Method

Removes the target AdornerElement from this AdornerElementCollection.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.1.dll

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