Defines the ribbon SplitButton item.
string
Specifies the event to close the SplitButton popup.
Defaults to ”
string
Specifies the content of the SplitButton.
Defaults to ”
string
Defines one or more CSS classes to customize the appearance of SplitButton.
Defaults to ”
{ : }
Specifies additional HTML attributes to be applied to the SplitButton.
Defaults to {}
string
Defines the CSS class for the icons to be shown in the SplitButton.
Defaults to ”
ItemModel[]
Defines the list of items for the SplitButton popup.
Defaults to []
string
| HTMLElement
Specifies the selector for the element to be shown in the SplitButton popup.
Defaults to ”
EmitType<BeforeOpenCloseMenuEventArgs>
Triggers before closing the SplitButton popup.
Triggers while rendering each Popup item of SplitButton.
EmitType<BeforeOpenCloseMenuEventArgs>
Triggers before opening the SplitButton popup.
Triggers while clicking the primary button in SplitButton.
EmitType<OpenCloseMenuEventArgs>
Triggers while closing the SplitButton popup.
EmitType<Event>
Event triggers once the SplitButton is created.
EmitType<OpenCloseMenuEventArgs>
Triggers while opening the SplitButton popup.
Triggers while selecting an action item in SplitButton popup.