Defines the ribbon group button settings.
string
Defines the content for the button.
Defaults to ”
{ : }
Specifies additional HTML attributes to be applied to the group button item.
Defaults to {}
string
Defines the CSS class for the icons to be shown in button.
Defaults to ”
string
Specifies the keytip content.
Defaults to ”
Specifies the tooltip settings for the group button items.
Defaults to {}
boolean
Defines whether the button is selected or not.
Defaults to false
EmitType<BeforeClickGroupButtonEventArgs>
Triggers before clicking the button from group button.
EmitType<ClickGroupButtonEventArgs>
Triggers after clicking the button from group button.