Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.57 KB

File metadata and controls

20 lines (15 loc) · 1.57 KB
title Overview
page_title SplitButton | UI for WinForms Documentation
description RadSplitButton provides a menu-like interface contained within a button that can be placed anywhere on a form.
slug winforms/buttons/splitbutton
tags splitbutton
published true
position 0
previous_url buttons-splitbutton-overview

SplitButton

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

buttons-splitbutton-overview 001

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]({%slug winforms/buttons/splitbutton/working-with-radsplitbutton-items%}).

RadSplitButton is visually indistinguishable from [RadDropDownButton]({%slug winforms/buttons/dropdownbutton%}), 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.