public class DataBindingItemCollection : CollectionBase
| Member | Description | |
|---|---|---|
![]() |
Constructor | Preferred Constructor - Add a reference to the DataBinder object here so a reference can be passed to the children. |
![]() |
Add | Add a DataBindingItem to the collection public void Add(DataBindingItem Item);
|
![]() |
AddAt | Add a DataBindingItem to the collection public void AddAt(int index,
DataBindingItem Item); |
![]() |
Item | |