Gets a boolean value indicating whehter the item group is currently visible.
[JavaScript]
NavigationItemGroup.isVisible(
)
Return Value
Returns true if this item group is currently fully visible, otherwise false.
Remarks
A group is not considered fully visible if it is in the process of expanding or collapsing.
See Also
NavigationItemGroup Object