Class
HierarchicalGalleryItemsCollection

List of all built-in galleries.

Definition

Namespace:Telerik.Windows.Controls.Diagrams.Extensions

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

Syntax:

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

Inheritance: objectCollection<Gallery>ObservableCollection<Gallery>HierarchicalGalleryItemsCollection

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

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

Constructors

HierarchicalGalleryItemsCollection()

Initializes a new instance of the HierarchicalGalleryItemsCollection class.

Declaration

cs-api-definition
public HierarchicalGalleryItemsCollection()