ASPxClientMenuItem.GetVisible Method
Returns a value specifying whether a menu item is displayed.
Declaration
GetVisible(): boolean
Returns
Type | Description |
---|---|
boolean |
|
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