Class RadDropDownListEditor
Represents a DropDownList editor in RadGridView.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
[TelerikToolboxCategory("Data Controls")]
[RadToolboxItem(false)]
public class RadDropDownListEditor : BaseGridEditor, IInputEditor, IValueEditor, ISupportInitialize
Constructors
RadDropDownListEditor()
Initializes a new instance of the RadDropDownListEditor class.
Declaration
public RadDropDownListEditor()
Properties
AllowItemSelection
Gets or sets whether to allow item selection.
Declaration
public virtual bool AllowItemSelection { get; set; }
Property Value
System.Boolean
The allow item selection. |
DataType
Gets the type of the editor value
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
Gets or sets the editor value.
Declaration
public override object Value { get; set; }
Property Value
System.Object
|
Overrides
Methods
BeginEdit()
CreateEditorElement()
Creates a new editor element.
Declaration
protected override RadElement CreateEditorElement()
Returns
RadElement
a RadElement if successful |
Overrides
EndEdit()
Ends the edit operation.
Declaration
public override bool EndEdit()
Returns
System.Boolean
|
Overrides
OnKeyDown(KeyEventArgs)
Translates system key down events to the owner element.
Declaration
public override void OnKeyDown(KeyEventArgs e)
Parameters
System.Windows.Forms.KeyEventArgs
e
|
Overrides
OnKeyUp(KeyEventArgs)
Handles key up events in the editor.
Declaration
public virtual void OnKeyUp(KeyEventArgs e)
Parameters
System.Windows.Forms.KeyEventArgs
e
A System.Windows.Forms.KeyEventArgs that contains the event data. |