BetterListViewCachedCollection(TItem) overview
![]() | Gets the number of elements contained in the collection. |
![]() | Gets a value indicating whether the collection is read-only. |
![]() | Gets or sets the item at the specified index. |
![]() | Adds an item to the collection. |
![]() | Add multiple items into this collection. |
![]() | Removes all items from the collection. |
![]() | Determines whether the collection contains a specific value. |
![]() | Copies the elements of the collection to an array, starting at a particular array index. |
![]() | Check whether content of this collection is same as the content of the specified collection. |
![]() | Returns an enumerator that iterates through the collection. |
![]() | Determines the index of the specified item in the list. |
![]() | Inserts an item to the list at the specified index. |
![]() | Removes the first occurrence of the specified item from the collection. |
![]() | Removes the item at the specified index. |
![]() | Remove multiple items from this collection. |
![]() | Set different items as a content of this collection. |
![]() |
Initializes a new instance of the BetterListViewCachedCollection(TItem) class. |
![]() | Gets items viewed by this collection. |
![]() | Gets the BetterListView instance that owns this collection. |
![]() | Recreated cached view by collecting items this collection should represent. |
BetterListViewCachedCollection<TItem> Class | ComponentOwl.BetterListView Namespace