Collection of individual DataBindingItems. Implemented explicitly as a CollectionBase class rather than using List#DataBindingItems# so that Add can be overridden
System.Collections.CollectionBase
Westwind.Web.Controls.DataBindingItemCollection
public class DataBindingItemCollection : CollectionBase
Class Members
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 |
Requirements
Namespace: Westwind.Web.ControlsAssembly: westwind.web.webforms.dll
© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic