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

AdornerElementCollection.Add(AdornerElement) Method

Adds a specific AdornerElement to the current AdornerElementCollection.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public void Add(
    AdornerElement item
)

Parameters

Name Type Description
item AdornerElement

An AdornerElement to be added to this AdornerElementCollection.

Remarks

Adding or removing elements to/from the AdornerElementCollection fires the AdornerElementCollection.CollectionChanged event.

See Also