WinForms SplitButton Overview

RadSplitButton provides a menu-like interface contained within a button that can be placed anywhere on a form.

Telerik UI for WinForms Ninja image

The SplitButton is part of Telerik UI for WinForms, a professional grade UI library with 160+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.

WinForms RadSplitButton Overview

Each of the items on the RadSplitButton can be set to perform an action when clicked. In addition, the items can contain other items, allowing you to create any hierarchy that fits your needs. Like a standard button, you control the displayed text by setting the Text property. Unlike a standard button, RadSplitButton displays drop-down items when clicked, so handling the Click event is not appropriate. Instead, work directly with the events of the items. To learn how to create and use items see Gettied Started with Telerik RadSplitButton Items.

RadSplitButton is visually indistinguishable from RadDropDownButton, but there is an important programmatic distinction. On RadSplitButton you set a DefaultItem property to indicate the item whose Click event should be triggered when the button is clicked. The functionality of RadSplitButton is "split" between the button itself and the dropdown menu.

Telerik UI for WinForms Learning Resources

Telerik UI for WinForms Additional Resources

In this article