Class VirtualGridDropDownListEditor
Represents a DropDownList editor in RadVirtualGrid.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
[TelerikToolboxCategory("Data Controls")]
[RadToolboxItem(false)]
public class VirtualGridDropDownListEditor : BaseVirtualGridEditor, IInputEditor, IValueEditor, ISupportInitialize
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
System.Boolean
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
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 value.
Declaration
public override object Value { get; set; }
Property Value
System.Object
The value. |
Overrides
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
RadElement
a RadElement if successful |
Overrides
EndEdit()
Finishes the editing process. Used internally in RadGridView.
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. |