ClassMapItemsCollection
Represents collection of the visualization layer items.
Definition
Namespace:Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class MapItemsCollection : BindableCollection<object>, IList<object>, ICollection<object>, IList, ICollection, IReadOnlyList<object>, IReadOnlyCollection<object>, IEnumerable<object>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, IWeakEventListener
Inheritance: objectCollection<object>ObservableCollection<object>BindableCollection<object>MapItemsCollection
Implements:
Inherited Members
Properties
Count
Gets the number of elements actually contained in the collection.
Methods
Add(object)
Add new item to the collection.
Declaration
public void Add(object newItem)
Parameters
newItem
Item to add.
GetItemAt(int)
Returns the item at the specified zero-based index in this view.
IndexOf(object)
Returns the index in this collection where the specified item is located.
OnCollectionChanged(NotifyCollectionChangedEventArgs)
Raises the CollectionChanged event with the provided event data.
Declaration
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters
e
NotifyCollectionChangedEventArgs
The event data to report in the event.
Overrides
ReceiveEvent(object, object)
Receives events from the centralized event manager.