नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
Gets a Sys.UI.Behavior instance with the specified name property from the specified HTML Document Object Model (DOM) element. This member a static member and can be invoked without creating an instance of the class.
var b = Behavior.getBehaviorByName(element, name);
Parameters
Term |
Definition |
|---|---|
element |
The Sys.UI.DomElement object to search. |
name |
The name property of the Behavior instance to look for. |
Return Value
The specified Behavior object, if found; otherwise, null.
See Also
Reference
Concepts
Creating an Extender Control to Associate a Client Behavior with a Web Server Control