Holds the list of items that constitute the content of an items control.

Namespace:  DlhSoft.Windows.Controls.Primitives
Assembly:  DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)

Syntax

C#
[LocalizabilityAttribute(LocalizationCategory.Ignore)]
public class ItemCollection : IList, 
	INotifyCollectionChanged
Visual Basic (Declaration)
<LocalizabilityAttribute(LocalizationCategory.Ignore)> _
Public Class ItemCollection _
	Implements IList, INotifyCollectionChanged

Inheritance Hierarchy

System..::.Object
  DlhSoft.Windows.Controls.Primitives..::.ItemCollection

See Also