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.
var b = Behavior.getBehaviors(element);
Show: