Represents a text box control editor in RadPropertyGrid.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class PropertyGridTextBoxControlEditor : BaseTextBoxControlEditor, IInputEditor, IValueEditor, ISupportInitialize
Inheritance: objectBaseInputEditorBaseTextBoxControlEditorPropertyGridTextBoxControlEditor
Implements:
Inherited Members
Constructors
C#
public PropertyGridTextBoxControlEditor()
Methods
C#
protected override void OnLostFocus()
Overrides:
Fires the ValueChanged event.
C#
public override void OnValueChanged()
Overrides:
Fires the ValueChanging event.
C#
public override void OnValueChanging(ValueChangingEventArgs e)
A ValueChangingEventArgs that contains the event data.
Overrides: