Skip to main content

ItemsSourceView<T> Class

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public sealed class ItemsSourceView<T> : ItemsSourceView, 
IReadOnlyList<T>, IEnumerable<T>, IEnumerable, IReadOnlyCollection<T>

View Source
InheritanceObjectItemsSourceView → ItemsSourceView(T)
ImplementsIEnumerable(T), IReadOnlyCollection(T), IReadOnlyList(T), IEnumerable

Type Parameters

Properties

CountGets the number of items in the collection.
(Inherited from ItemsSourceView)
EmptyGets an empty ItemsSourceView
Item(Int32)Retrieves the item at the specified index.
SourceGets the source collection.
(Inherited from ItemsSourceView)

Methods

Contains(Object)
(Inherited from ItemsSourceView)
Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object)
GetAt(Int32)Retrieves the item at the specified index.
GetEnumerator() 
GetHashCode()Serves as the default hash function.
(Inherited from Object)
GetType()Gets the Type of the current instance.
(Inherited from Object)
IndexOf(Object)
(Inherited from ItemsSourceView)
ToString()Returns a string that represents the current object.
(Inherited from Object)

Events

CollectionChangedOccurs when the collection has changed to indicate the reason for the change and which items changed.
(Inherited from ItemsSourceView)

See Also

Reference

Avalonia.Controls Namespace