CategoriesCollection Class
Definition
Namespace: Alternet.FormDesigner.Wpf.PropertyGrid
Assembly: Alternet.FormDesigner.Wpf.v9.dll
Inheritance
System.Object
System.Collections.ObjectModel.Collection<Category>
System.Collections.ObjectModel.ObservableCollection<Category>
CategoriesCollection
Implements
System.Collections.Generic.IList<Category>
System.Collections.Generic.ICollection<Category>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<Category>
System.Collections.Generic.IReadOnlyCollection<Category>
System.Collections.Generic.IEnumerable<Category>
System.Collections.IEnumerable
System.Collections.Specialized.INotifyCollectionChanged
System.ComponentModel.INotifyPropertyChanged
Syntax
public class CategoriesCollection : SortedObservableCollection<Category, string>, IList<Category>, ICollection<Category>, IList, ICollection, IReadOnlyList<Category>, IReadOnlyCollection<Category>, IEnumerable<Category>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Constructors
CategoriesCollection() |
Inherited Members
System.Collections.ObjectModel.ObservableCollection<Alternet.FormDesigner.Wpf.Category>.Move(System.Int32, System.Int32)
System.Collections.ObjectModel.ObservableCollection<Alternet.FormDesigner.Wpf.Category>.ClearItems()
System.Collections.ObjectModel.ObservableCollection<Alternet.FormDesigner.Wpf.Category>.RemoveItem(System.Int32)
System.Collections.ObjectModel.ObservableCollection<Alternet.FormDesigner.Wpf.Category>.InsertItem(System.Int32, Alternet.FormDesigner.Wpf.Category)
System.Collections.ObjectModel.ObservableCollection<Alternet.FormDesigner.Wpf.Category>.SetItem(System.Int32, Alternet.FormDesigner.Wpf.Category)
System.Collections.ObjectModel.ObservableCollection<Alternet.FormDesigner.Wpf.Category>.MoveItem(System.Int32, System.Int32)
System.Collections.ObjectModel.ObservableCollection<Alternet.FormDesigner.Wpf.Category>.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)
System.Collections.ObjectModel.ObservableCollection<Alternet.FormDesigner.Wpf.Category>.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)
System.Collections.ObjectModel.ObservableCollection<Alternet.FormDesigner.Wpf.Category>.BlockReentrancy()
System.Collections.ObjectModel.ObservableCollection<Alternet.FormDesigner.Wpf.Category>.CheckReentrancy()
System.Collections.ObjectModel.ObservableCollection<Alternet.FormDesigner.Wpf.Category>.System.ComponentModel.INotifyPropertyChanged.PropertyChanged
System.Collections.ObjectModel.ObservableCollection<Alternet.FormDesigner.Wpf.Category>.CollectionChanged
System.Collections.ObjectModel.ObservableCollection<Alternet.FormDesigner.Wpf.Category>.PropertyChanged
System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.Category>.Add(Alternet.FormDesigner.Wpf.Category)
System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.Category>.Clear()
System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.Category>.CopyTo(Alternet.FormDesigner.Wpf.Category[], System.Int32)
System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.Category>.Contains(Alternet.FormDesigner.Wpf.Category)
System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.Category>.GetEnumerator()
System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.Category>.IndexOf(Alternet.FormDesigner.Wpf.Category)
System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.Category>.Insert(System.Int32, Alternet.FormDesigner.Wpf.Category)
System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.Category>.Remove(Alternet.FormDesigner.Wpf.Category)
System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.Category>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.Category>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.Category>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.Category>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.Category>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.Category>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.Category>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.Category>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.Category>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.Category>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.Category>.Count
System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.Category>.Items
System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.Category>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.Category>.System.Collections.Generic.ICollection<Alternet.FormDesigner.Wpf.Category>.IsReadOnly
System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.Category>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.Category>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.Category>.System.Collections.IList.Item[System.Int32]
System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.Category>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<Alternet.FormDesigner.Wpf.Category>.System.Collections.IList.IsFixedSize
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
System.Collections.Specialized.INotifyCollectionChanged
System.ComponentModel.INotifyPropertyChanged