New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

RibbonBarGroup

RibbonBarGroup

The RibbonBarGroup has a few important properties, which are listed below:

  • Text is the string that the user sees displayed on the RibbonBarGroup.

  • ToolTip is the text of the tooltip that appears when the user hovers the mouse over the button.

Setting the tooltip can enable an accessibility feature: Special accessibility readers like JAWS can pronounce the tooltip of the highlighted item.

  • EnableLauncher allows the user to click the RibbonBarGroup container when set to "true".

  • CssClass is the name of a CSS style to be applied to the RibbonBarGroup. The style can be declared in the CSS file of the applied skin.

In this article