Show / Hide Table of Contents

Class OverlayItemsCollection

Holds the items in an OverlayItemsControl

Inheritance
object
Collection<object>
ObservableCollection<object>
OverlayItemsCollection
Implements
IList<object>
IReadOnlyList<object>
IReadOnlyCollection<object>
INotifyCollectionChanged
INotifyPropertyChanged
IList
ICollection
ICollection<object>
IEnumerable<object>
IEnumerable
ObservableCollection<object>.Move(int, int)
ObservableCollection<object>.CollectionChanged
Collection<object>.Add(object)
Collection<object>.Clear()
Collection<object>.Contains(object)
Collection<object>.CopyTo(object[], int)
Collection<object>.GetEnumerator()
Collection<object>.IndexOf(object)
Collection<object>.Insert(int, object)
Collection<object>.Remove(object)
Collection<object>.RemoveAt(int)
Collection<object>.Count
Collection<object>.this[int]
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Esri.ArcGISRuntime.UI.Controls
Assembly: Esri.ArcGISRuntime.WinUI.dll
Syntax
public sealed class OverlayItemsCollection : ObservableCollection<object>, IList<object>, IReadOnlyList<object>, IReadOnlyCollection<object>, INotifyCollectionChanged, INotifyPropertyChanged, IList, ICollection, ICollection<object>, IEnumerable<object>, IEnumerable

Properties

Name Description
IsReadOnly

Gets a value indicating whether the OverlayItemsCollection is read-only.

Methods

Name Description
ClearItems()

Clears the collection.

InsertItem(int, object)

Insert the item at the specified index.

MoveItem(int, int)

Move the item at the old index to the new index within the collection.

RemoveItem(int)

Remove the item at the specific index

SetItem(int, object)

Set the item at the specified index

See Also

Items
Overlays

Applies to

TargetVersions
.NET Windows100.13 - 300.0
In this article
Provide feedback
Back to top Copyright © 2025 Esri.