RibbonGroupButtonItem
23 Sep 20251 minute to read
Defines the ribbon group button settings.
Properties
content string
Defines the content for the button.
Defaults to ’’
htmlAttributes { : }
Specifies additional HTML attributes to be applied to the group button item.
Defaults to {}
iconCss string
Defines the CSS class for the icons to be shown in button.
Defaults to ’’
keyTip string
Specifies the keytip content.
Defaults to ’’
ribbonTooltipSettings RibbonTooltipModel
Specifies the tooltip settings for the group button items.
Defaults to {}
selected boolean
Defines whether the button is selected or not.
Defaults to false
Events
beforeClick EmitType<BeforeClickGroupButtonEventArgs>
Triggers before clicking the button from group button.
click EmitType<ClickGroupButtonEventArgs>
Triggers after clicking the button from group button.