System.Web.UI.DataBindingCollection Class

Provides a collection of System.Web.UI.DataBinding objects for an ASP.NET server control. This class cannot be inherited.

See Also: DataBindingCollection Members

Syntax

public sealed class DataBindingCollection : ICollection

Remarks

This collection is a dictionary containing all the System.Web.UI.DataBinding objects on an ASP.NET server control. You can access the objects contained in this collection through the System.Web.UI.Control class implementation of the System.Web.UI.IDataBindingsAccessor interface. Any System.Web.UI.DataBinding or System.Web.UI.DataBindingCollection objects associated with a server control exist only at design time. They do not exist at run time and, therefore, are not accessible during run time.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0