Table of Contents
getVisible Method 

Gets a value indicating whether this item is visible.

Syntax
JavaScript
 NavigationItem.getVisible()

Return Value

Returns true if this item is visible, otherwise false.

Remarks

This function checkes the visible state of the NavigationItem object only regardless if the containing NavigationItemGroup object is visible.

You can set whether an item is visible by using NavigationItem.Visible on the server side or setVisible on the client side.

See Also