Version

getBehaviorFromInterface Method

Returns a behavior object that implements provided interface.
Syntax
ASP.NET Ajax Javascript (Specification) 
function getBehaviorFromInterface( 
   behaviorInterface : {Any}
) : GridBehavior;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfBehaviorCollectionBase.getBehaviorFromInterface({Any});

Parameters

behaviorInterface
Reference to the interface type that a behavior implements.
See Also