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

NavigationItem.Visible Property

Gets or sets a value indicating whether this item is visible.

[Visual Basic]
Public Property Visible As Boolean
[C#]
public Boolean Visible {get; set;}

Property Value

System.Boolean

This property is read/write.

Remarks

Use Visible property to specify if the item is visible. Even if the item is not visible, you can still use client side script interface to get or set the properties of the item on the client side.

See Also

NavigationItem Class | EO.Web Namespace


Direct link to this topic