ASPxClientNavBarGroup.GetVisible Method
Returns a value specifying whether a group is displayed.
Declaration
GetVisible(): boolean
Returns
Type | Description |
---|---|
boolean |
|
Remarks
Use the GetVisible method to obtain a group’s visibility state on the client. The initial client visibility state of a group can be defined using its server NavBarGroup.ClientVisible property. Then, the group’s visibility can be dynamically changed on the client side using the ASPxClientNavBarGroup.SetVisible method.
See Also