ClassPropertyGridDropDownListEditor
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class PropertyGridDropDownListEditor : BaseDropDownListEditor, IInputEditor, IValueEditor, ISupportInitialize
Inheritance: objectBaseInputEditorBaseDropDownListEditorPropertyGridDropDownListEditor
Implements:
Inherited Members
Constructors
PropertyGridDropDownListEditor()
Declaration
public PropertyGridDropDownListEditor()
Properties
LoopValuesOnDoubleClick
Gets or sets a value indicating whether the editor will loop through its values when double clicked.
Declaration
public bool LoopValuesOnDoubleClick { get; set; }
Property Value
true if the editor will loop through its values when double clicked; otherwise, false.
Methods
EndEdit()
Finishes the editing process. Used internally in RadGridView.
Initialize(object, object)
Initializes the editor. Used internally in RadGridView.
OnEditorElementDoubleClick()
Declaration
protected virtual void OnEditorElementDoubleClick()
OnKeyDown(KeyEventArgs)
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
e
Overrides
OnLostFocus()
Declaration
protected override void OnLostFocus()
Overrides
OnValueChanged()
Fires the ValueChanged event.
Declaration
public override void OnValueChanged()
Overrides
OnValueChanging(ValueChangingEventArgs)
Fires the ValueChanging event.
Declaration
public override void OnValueChanging(ValueChangingEventArgs e)
Parameters
e
A ValueChangingEventArgs that contains the event data.
Overrides