Skip to main content

AdornerElementCollection.AddRange(IEnumerable<AdornerElement>) Method

Adds multiple AdornerElements to this AdornerElementCollection.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v23.2.dll

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

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