ClassVirtualGridDropDownListEditor
Represents a DropDownList editor in RadVirtualGrid.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
[TelerikToolboxCategory("Data Controls")]
[RadToolboxItem(false)]
public class VirtualGridDropDownListEditor : BaseVirtualGridEditor, IInputEditor, IValueEditor, ISupportInitialize
Inheritance: objectBaseInputEditorBaseVirtualGridEditorVirtualGridDropDownListEditor
Implements:
Inherited Members
Constructors
VirtualGridDropDownListEditor()
Initializes a new instance of the RadDropDownListEditor class.
Declaration
public VirtualGridDropDownListEditor()
Properties
AllowItemSelection
Gets or sets whether the item selection is allowed.
Declaration
public virtual bool AllowItemSelection { get; set; }
Property Value
The allow item selection.
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
DropDownStyle
Gets or sets a value specifying the style of the DropDownList.
Declaration
public RadDropDownStyle DropDownStyle { get; set; }
Property Value
Methods
BeginEdit()
Starts the editing process. Used internally in RadGridView.
Declaration
public override void BeginEdit()
Overrides
CreateEditorElement()
Creates a new editor element.
Declaration
protected override RadElement CreateEditorElement()
Returns
a RadElement if successful
Overrides
EndEdit()
Finishes the editing process. Used internally in RadGridView.
OnKeyDown(KeyEventArgs)
Translates system key down events to the owner element.
Declaration
public override void OnKeyDown(KeyEventArgs e)
Parameters
e
Overrides
OnKeyUp(KeyEventArgs)
Handles key up events in the editor.
Declaration
public virtual void OnKeyUp(KeyEventArgs e)
Parameters
e
A System.Windows.Forms.KeyEventArgs that contains the event data.