RadDropDownStyle
Enum
Defines the drop down style used by RadComboBox.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
public enum RadDropDownStyle
Fields
Indicates that the text area is editable.
C#
DropDown = 1
Indicates that the text area cannot be edited.
C#
DropDownList = 2