Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
findTabFromKey Method
Find TabItem by key.
Syntax
| ASP.NET Ajax Javascript (Specification) | |
|---|
function findTabFromKey(
: String
) : TabItem; |
| ASP.NET Ajax Javascript (Usage) | |
|---|
var resultVar = instanceOfWebTab.findTabFromKey(String); |
Parameters
- key
- Key of TabItem.
Return Value
First found TabItem or null.
See Also