Class OverlayItemsCollection
Holds the items in an OverlayItemsControl
Implements
System.Collections.ObjectModel.Collection<System.Object>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<System.Object>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<System.Object>.System.Collections.IList.Insert(System.Int32, System.Object)
Namespace: Esri.ArcGISRuntime.UI.Controls
Assembly: Esri.ArcGISRuntime.WPF.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(Int32, Object) | Insert the item at the specified index. |
MoveItem(Int32, Int32) | Move the item at the old index to the new index within the collection. |
RemoveItem(Int32) | Remove the item at the specific index |
SetItem(Int32, Object) | Set the item at the specified index |
Name | Description |
---|---|
ICollection<Object>.IsReadOnly | Gets a value indicating whether the ICollection is read-only. |
IList.IsReadOnly | Gets a value indicating whether the IList is read-only. |
See Also
Applies to
Target | Versions |
---|---|
.NET 6.0 Windows | 100.13 - 200.2 |
.NET Framework | 100.0 - 200.2 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |