DockItemCollection Class

DevZest WPF Docking

DockItemCollection Class
Represents a collection of DockItem objects.
Inheritance Hierarchy

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public sealed class DockItemCollection : ReadOnlyObservableCollection<DockItem>, 
	IList, ICollection, IEnumerable
Public NotInheritable Class DockItemCollection
	Inherits ReadOnlyObservableCollection(Of DockItem)
	Implements IList, ICollection, IEnumerable
See Also