Holds the list of items that constitute the content of an items control.
Namespace:
DlhSoft.Windows.Controls.PrimitivesAssembly: 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 |