New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Constructors

C#
public PropertyGridTextBoxEditor()

Methods

Initializes the editor. Used internally in RadGridView.

C#
public override void Initialize(object owner, object value)
Parameters:ownerobject

The owner of this editor.

valueobject

The value of the editor.

Overrides: BaseTextBoxEditor.Initialize(object, object)

C#
protected override void OnKeyDown(KeyEventArgs e)
Parameters:eKeyEventArgs

Overrides: BaseTextBoxEditor.OnKeyDown(KeyEventArgs)

C#
protected override void OnLostFocus()

Overrides: BaseTextBoxEditor.OnLostFocus()

Fires the ValueChanged event.

C#
public override void OnValueChanged()

Overrides: BaseInputEditor.OnValueChanged()

Fires the ValueChanging event.

C#
public override void OnValueChanging(ValueChangingEventArgs e)
Parameters:eValueChangingEventArgs

A ValueChangingEventArgs that contains the event data.

Overrides: BaseInputEditor.OnValueChanging(ValueChangingEventArgs)