Version

getBehaviorByName Method

Returns a behavior object with the name specified.
Syntax
ASP.NET Ajax Javascript (Specification) 
function getBehaviorByName( 
   behaviorName : String
) : GridBehavior;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfBehaviorCollectionBase.getBehaviorByName(String);

Parameters

behaviorName
Name of the behavior to get.
See Also