Split Button
The Split Button control features both primary and secondary buttons. The primary button is used to trigger the default action, while the secondary button toggles contextual overlays to display a list of action items. Additionally, it can accommodate both text and images.
Default Behavior
Demonstrates the default behavior of the Split Button control.
Icon and Text
Demonstrates a split button using both an icon and text in the primary button.
Separator and URLs
Demonstrates how a separator or a URL can be specified on a secondary item.
Icon Only
Demonstrates a split button using only an icon in the primary button.
Disable Items
Demonstrates disabling items using the item collection.
Disable Items Using Event
Demonstrates disabling items using beforeItemRender event.