Search results

RibbonGroupButtonItemModel API in Angular Ribbon API component

Interface for a class RibbonGroupButtonItem

Properties

beforeClick

EmitType<BeforeClickGroupButtonEventArgs>

Triggers before clicking the button from group button.

click

EmitType<ClickGroupButtonEventArgs>

Triggers after clicking the button from group button.

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.