Version

add Method

Adds a behavior to the collection.
Syntax
ASP.NET Ajax Javascript (Specification) 
function add( 
   behavior : GridBehavior
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfBehaviorCollectionBase.add(GridBehavior);

Parameters

behavior
Behavior to add to the collection.
See Also