ASPxClientNavBarGroup.SetVisible(value) Method
Specifies whether the group is visible.
Declaration
SetVisible(
value: boolean
): void
Parameters
Name | Type | Description |
---|---|---|
value | boolean |
|
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