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

ASPxClientNavBarGroup.GetVisible Method

Returns a value specifying whether a group is displayed.

Declaration

GetVisible(): boolean

Returns

Type Description
boolean

true is the group is visible; otherwise, false.

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