AdornerElementCollection.AddRange(IEnumerable<AdornerElement>) Method
In This Article
Adds multiple AdornerElements to this AdornerElementCollection.
Namespace: DevExpress.Utils.VisualEffects
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
public void AddRange(
IEnumerable<AdornerElement> items
)
#Parameters
Name | Type | Description |
---|---|---|
items | IEnumerable<Adorner |
An IEnumerable structure containing Adorner |
#Remarks
Adding or removing elements to/from the AdornerElementCollection fires the AdornerElementCollection.CollectionChanged event.
See Also