ASPxClientNavBarItem.GetVisible Method
Returns a value specifying whether an 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 an item can be defined using its server NavBarItem.ClientVisible property. Then, the item’s visibility can be dynamically changed on the client side using the ASPxClientNavBarItem.SetVisible method.
See Also