Skip to main content

ASPxClientNavBarGroup.SetVisible(value) Method

Specifies whether the group is visible.

Declaration

SetVisible(
    value: boolean
): void

Parameters

Name Type Description
value boolean

true if the group is visible; otherwise, false.

Remarks

Use the SetVisible method to dynamically define a group’s visible state on the client. The original item’s visibility can be defined by using the NavBarGroup.ClientVisible property.

Note

If a group’s server NavBarGroup.Visible property is set to false, this group is not rendered into the web page at all, so it can’t be manipulated on the client side.

See Also