New to Telerik UI for WinForms? Download free 30-day trial

Properties

Property Description Result
Text Gets or sets the text associated with the drop down button control WinForms RadButtons buttons-dropdownbutton-properties-methods-events 001
Image Gets or sets the image that is displayed on the button control WinForms RadButtons buttons-dropdownbutton-properties-methods-events 002
TextAlignment Gets or sets the alignment of the text on the button control WinForms RadButtons buttons-dropdownbutton-properties-methods-events 003
TextImageRelation Gets or sets the position of text and image relative to each other WinForms RadButtons buttons-dropdownbutton-properties-methods-events 004
AllowShowFocusCues Indicates focus cues display, when available, based on the corresponding control type and the current UI state WinForms RadButtons buttons-dropdownbutton-properties-methods-events 005
DisplayStyle Specifies the options for display of image and text primitives in the control
DropDownDirection Gets or sets a value indicating the direction in which the dropdown item emerges from its parent container WinForms RadButtons buttons-dropdownbutton-properties-methods-events 006
ShowArrow Gets or sets a value indicating whether the arrow is shown
Items Gets or set the RadItemOwnerCollection that stores the drop down items

Methods

Method Description
ShowDropDown Shows the pop up with items
HideDropDown Hides the pop up with items

Events

Event Description
DropDownOpening Occurs when the drop-down window is about to open
DropDownOpened Occurs when the drop down is opened
DropDownClosed Occurs when the drop down is closed

See Also

In this article