Class OverlayItemsCollection
Holds the items in an OverlayItemsControl
Implements
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
Applies to
| Target | Versions |
|---|---|
| .NET Windows | 100.13 - 300.0 |