Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

getVisible Method 

Gets a value indicating whether this item is visible.

[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

NavigationItem Object


Direct link to this topic