Class DataBindingItemCollection

Collection of individual DataBindingItems. Implemented explicitly as a CollectionBase class rather than using List#DataBindingItems# so that Add can be overridden

System.Object
  System.Collections.CollectionBase
    Westwind.Web.Controls.DataBindingItemCollection
public class DataBindingItemCollection : CollectionBase

Class Members

MemberDescription

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.Controls
Assembly: westwind.web.webforms.dll

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic