How can I help you?
RibbonGroupButtonItemModel
16 Mar 20261 minute to read
Interface for a class RibbonGroupButtonItem
Properties
content string
Defines the content for the button.
htmlAttributes { [key: string]: string }
Specifies additional HTML attributes to be applied to the group button item.
iconCss string
Defines the CSS class for the icons to be shown in button.
keyTip string
Specifies the keytip content.
ribbonTooltipSettings RibbonTooltipModel
Specifies the tooltip settings for the group button items.
selected boolean
Defines whether the button is selected or not.
Events
beforeClick EmitType<BeforeClickGroupButtonEventArgs>
Triggers before clicking the button from group button.
click EmitType<ClickGroupButtonEventArgs>
Triggers after clicking the button from group button.