ASPxClientRibbonTab.GetVisible Method
In This Article
Returns a value specifying whether a ribbon tab is displayed.
#Declaration
TypeScript
GetVisible(): boolean
#Returns
Type | Description |
---|---|
boolean |
|
#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