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