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

AdornerElementCollection.AddRange(IEnumerable<AdornerElement>) Method

Adds multiple AdornerElements to this AdornerElementCollection.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public void AddRange(
    IEnumerable<AdornerElement> items
)

Parameters

Name Type Description
items IEnumerable<AdornerElement>

An IEnumerable structure containing AdornerElements to be added.

Remarks

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

See Also