Class
PropertyGridDropDownListEditor

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class PropertyGridDropDownListEditor : BaseDropDownListEditor, IInputEditor, IValueEditor, ISupportInitialize

Inheritance: objectBaseInputEditorBaseDropDownListEditorPropertyGridDropDownListEditor

Implements: IInputEditorISupportInitializeIValueEditor

Inherited Members BaseDropDownListEditor.selectionStartBaseDropDownListEditor.cancelValueChangingBaseDropDownListEditor.BeginEdit()BaseDropDownListEditor.CreateEditorElement()BaseDropDownListEditor.DropDownStyleBaseDropDownListEditor.DropDownSizingModeBaseDropDownListEditor.DataTypeBaseInputEditor.isInitializingBaseInputEditor.originalValueBaseInputEditor.Validate()BaseInputEditor.BeginInit()BaseInputEditor.EndInit()BaseInputEditor.OnValidating(CancelEventArgs)BaseInputEditor.OnValidated()BaseInputEditor.OnValidationError(ValidationErrorEventArgs)BaseInputEditor.IsActiveBaseInputEditor.IsInitalizingBaseInputEditor.IsInBeginEditModeBaseInputEditor.OwnerElementBaseInputEditor.RightToLeftBaseInputEditor.EditorManagerBaseInputEditor.IsModifiedBaseInputEditor.EditorElementBaseInputEditor.ValueChangingBaseInputEditor.ValueChangedBaseInputEditor.ValidatingBaseInputEditor.ValidatedBaseInputEditor.ValidationError

Constructors

PropertyGridDropDownListEditor()

Declaration

cs-api-definition
public PropertyGridDropDownListEditor()

Properties

LoopValuesOnDoubleClick

Gets or sets a value indicating whether the editor will loop through its values when double clicked.

Declaration

cs-api-definition
public bool LoopValuesOnDoubleClick { get; set; }

Property Value

bool

true if the editor will loop through its values when double clicked; otherwise, false.

Value

Gets or sets the editor value.

Declaration

cs-api-definition
public override object Value { get; set; }

Property Value

object

Overrides BaseDropDownListEditor.Value

Methods

EndEdit()

Finishes the editing process. Used internally in RadGridView.

Declaration

cs-api-definition
public override bool EndEdit()

Returns

bool

Overrides BaseDropDownListEditor.EndEdit()

Initialize(object, object)

Initializes the editor. Used internally in RadGridView.

Declaration

cs-api-definition
public override void Initialize(object owner, object value)

Parameters

owner

object

The owner of this editor.

value

object

The value of the editor.

Overrides BaseInputEditor.Initialize(object, object)

OnEditorElementDoubleClick()

Declaration

cs-api-definition
protected virtual void OnEditorElementDoubleClick()

OnKeyDown(KeyEventArgs)

Declaration

cs-api-definition
protected override void OnKeyDown(KeyEventArgs e)

Parameters

e

KeyEventArgs

Overrides BaseDropDownListEditor.OnKeyDown(KeyEventArgs)

OnLostFocus()

Declaration

cs-api-definition
protected override void OnLostFocus()

Overrides BaseDropDownListEditor.OnLostFocus()

OnValueChanged()

Fires the ValueChanged event.

Declaration

cs-api-definition
public override void OnValueChanged()

Overrides BaseInputEditor.OnValueChanged()

OnValueChanging(ValueChangingEventArgs)

Fires the ValueChanging event.

Declaration

cs-api-definition
public override void OnValueChanging(ValueChangingEventArgs e)

Parameters

e

ValueChangingEventArgs

A ValueChangingEventArgs that contains the event data.

Overrides BaseInputEditor.OnValueChanging(ValueChangingEventArgs)