ASPxClientRibbonTab.GetVisible Method
Returns a value specifying whether a ribbon tab is displayed.
Declaration
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