Version

DataBindingManager Class

The DataBindingManager base class is responsible for coordinating and managing the data binding process. It stores and maintains the collection of WebBinding objects that determine which columns or properties in the data source objects are bound to the various properties of the control object model.
Syntax
'Declaration
 
Public MustInherit Class DataBindingManager 
   Inherits Infragistics.Web.UI.Framework.ObjectBase
   Implements Infragistics.Web.UI.IClientStateInfragistics.Web.UI.IObjectBase 
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also