Class PropertyGridDropDownListEditor
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class PropertyGridDropDownListEditor : BaseDropDownListEditor, IInputEditor, IValueEditor, ISupportInitialize
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
System.Boolean
|
Value
Declaration
public override object Value { get; set; }
Property Value
System.Object
|
Overrides
Methods
EndEdit()
Declaration
public override bool EndEdit()
Returns
System.Boolean
|
Overrides
Initialize(Object, Object)
Declaration
public override void Initialize(object owner, object value)
Parameters
System.Object
owner
|
System.Object
value
|
Overrides
OnEditorElementDoubleClick()
Declaration
protected virtual void OnEditorElementDoubleClick()
OnKeyDown(KeyEventArgs)
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
System.Windows.Forms.KeyEventArgs
e
|
Overrides
OnLostFocus()
OnValueChanged()
OnValueChanging(ValueChangingEventArgs)
Declaration
public override void OnValueChanging(ValueChangingEventArgs e)
Parameters
ValueChangingEventArgs
e
|