Skip to main content

ASPxClientRibbonTab.GetVisible Method

Returns a value specifying whether a ribbon tab is displayed.

#Declaration

TypeScript
GetVisible(): boolean

#Returns

Type Description
boolean

true if the tab is visible; otherwise, false.

#Remarks

Use the GetVisible method to obtain a tab’s visibility state on the client side. To access the tab visibility on the server side, use the RibbonTab.Visible property.

See Also