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

AdornerElementCollection Class

Stores elements of the AdornerElement type.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public class AdornerElementCollection :
    CollectionBase,
    IList<AdornerElement>,
    ICollection<AdornerElement>,
    IEnumerable<AdornerElement>,
    IEnumerable

The following members return AdornerElementCollection objects:

Inheritance

Object
CollectionBase
AdornerElementCollection
See Also