Class BaseDropDownListEditor
Represents a DropDownList editor.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
[RadToolboxItem(false)]
public class BaseDropDownListEditor : BaseInputEditor, IInputEditor, IValueEditor, ISupportInitialize
  Constructors
BaseDropDownListEditor()
Initializes a new instance of the RadDropDownListEditor class.
Declaration
public BaseDropDownListEditor()
  Fields
cancelValueChanging
Declaration
protected bool cancelValueChanging
  Field Value
| 
        System.Boolean
         
  | 
    
selectionStart
Declaration
protected int selectionStart
  Field Value
| 
        System.Int32
         
  | 
    
Properties
DataType
Declaration
public override Type DataType { get; }
  Property Value
| 
        System.Type
         
  | 
    
Overrides
DropDownSizingMode
Gets or sets the drop down sizing mode. The mode can be: horizontal, veritcal or a combination of them.
Declaration
public SizingMode DropDownSizingMode { get; set; }
  Property Value
| 
        SizingMode
         
  | 
    
DropDownStyle
Gets or sets a value specifying the style of the DropDownList.
Declaration
public RadDropDownStyle DropDownStyle { get; set; }
  Property Value
| 
        RadDropDownStyle
         
  | 
    
Value
Declaration
public override object Value { get; set; }
  Property Value
| 
        System.Object
         
  | 
    
Overrides
Methods
BeginEdit()
CreateEditorElement()
EndEdit()
Declaration
public override bool EndEdit()
  Returns
| 
        System.Boolean
         
  | 
    
Overrides
OnKeyDown(KeyEventArgs)
Declaration
protected virtual void OnKeyDown(KeyEventArgs e)
  Parameters
| 
        System.Windows.Forms.KeyEventArgs
        e
         
  | 
    
OnLostFocus()
Declaration
protected virtual void OnLostFocus()