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

ASPxClientRibbonGroup.GetVisible Method

Returns a value specifying whether a ribbon group is displayed.

Declaration

GetVisible(): boolean

Returns

Type Description
boolean

true, if the group is visible; otherwise, false.

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