Version

BehaviorCollectionBase class

Base object for the behavior collections used in the grid.
Syntax
ASP.NET Ajax Javascript (Specification) 
Infragistics.Web.UI.BehaviorCollectionBase = function( 
   control : WebDataGrid
) {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new Infragistics.Web.UI.BehaviorCollectionBase();
Inheritance Hierarchy

Object
   Sys.Component
         Infragistics.Web.UI.BehaviorCollectionBase
            Infragistics.Web.UI.EditingCoreBehaviorCollection
            Infragistics.Web.UI.GridBehaviorCollection

See Also