Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
getVisibleSibling Method
Gets reference to visible TabItem located in front or after tab.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function getVisibleSibling(
: TabItem,
: Boolean,
: Boolean
) : TabItem; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfWebTab.getVisibleSibling(TabItem,Boolean,Boolean); |
Parameters
- tab
- Reference to TabItem or null.
- next
- True: next sibling tab, false: previous sibling tab.
- skipDisabled
- True: skip disabled TabItems.
Return Value
Reference to TabItem or null.
See Also