RadControls for WinForms

Defines the drop down style used by RadComboBox.

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public enum RadDropDownStyle
Visual Basic
Public Enumeration RadDropDownStyle

Members

Member nameValueDescription
DropDown1 Indicates that the text area is editable.
DropDownList2 Indicates that the text area cannot be edited.

See Also