Sys.UI.Behavior getBehaviors Method
Gets the Sys.UI.Behavior objects that are associated with the specified HTML Document Object Model (DOM) element. This member is static and can be invoked without creating an instance of the class.
Syntax
var b = Behavior.getBehaviors(element);
Return Value
An array of references to Behavior objects, or null if no references exist.