Skip to main content
A newer version of this page is available. .

ASPxClientMenuItem.GetVisible Method

Returns a value specifying whether a menu item is displayed.

Declaration

GetVisible(): boolean

Returns

Type Description
boolean

true if the menu item is visible; otherwise, false.

Remarks

Use the GetVisible method to obtain an item’s visibility state on the client. The initial client visibility state of a menu item can be defined using its server MenuItem.ClientVisible property. Then, the item’s visibility can be dynamically changed on the client side using the ASPxClientMenuItem.SetVisible method.

See Also