Class
GalleryItemsCollection

Definition

Namespace:Telerik.Windows.Controls.Diagrams.Extensions

Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll

Syntax:

cs-api-definition
public class GalleryItemsCollection : ObservableCollection<GalleryItem>, IList<GalleryItem>, ICollection<GalleryItem>, IList, ICollection, IReadOnlyList<GalleryItem>, IReadOnlyCollection<GalleryItem>, IEnumerable<GalleryItem>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Inheritance: objectCollection<GalleryItem>ObservableCollection<GalleryItem>GalleryItemsCollection

Implements: ICollectionICollection<GalleryItem>IEnumerableIEnumerable<GalleryItem>IListIList<GalleryItem>INotifyCollectionChangedINotifyPropertyChangedIReadOnlyCollection<GalleryItem>IReadOnlyList<GalleryItem>

Inherited Members ObservableCollection<GalleryItem>.Move(int, int)ObservableCollection<GalleryItem>.ClearItems()ObservableCollection<GalleryItem>.RemoveItem(int)ObservableCollection<GalleryItem>.InsertItem(int, GalleryItem)ObservableCollection<GalleryItem>.SetItem(int, GalleryItem)ObservableCollection<GalleryItem>.MoveItem(int, int)ObservableCollection<GalleryItem>.OnPropertyChanged(PropertyChangedEventArgs)ObservableCollection<GalleryItem>.OnCollectionChanged(NotifyCollectionChangedEventArgs)ObservableCollection<GalleryItem>.BlockReentrancy()ObservableCollection<GalleryItem>.CheckReentrancy()ObservableCollection<GalleryItem>.CollectionChangedObservableCollection<GalleryItem>.PropertyChangedCollection<GalleryItem>.Add(GalleryItem)Collection<GalleryItem>.Clear()Collection<GalleryItem>.CopyTo(GalleryItem[], int)Collection<GalleryItem>.Contains(GalleryItem)Collection<GalleryItem>.GetEnumerator()Collection<GalleryItem>.IndexOf(GalleryItem)Collection<GalleryItem>.Insert(int, GalleryItem)Collection<GalleryItem>.Remove(GalleryItem)Collection<GalleryItem>.RemoveAt(int)Collection<GalleryItem>.CountCollection<GalleryItem>.ItemsCollection<GalleryItem>.this[int]

Constructors

GalleryItemsCollection()

Initializes a new instance of the GalleryItemsCollection class.

Declaration

cs-api-definition
public GalleryItemsCollection()

Methods

GetItemsByType(string)

Gets items by type.

Declaration

cs-api-definition
public IEnumerable<GalleryItem> GetItemsByType(string type)

Parameters

type

string

The type.

Returns

IEnumerable<GalleryItem>