ASPxClientRibbonGroup.GetVisible Method
Returns a value specifying whether a ribbon 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 side. To access the group visibility on the server side, use the RibbonGroup.Visible property.
See Also