Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class PropertyGridTextBoxEditor : BaseTextBoxEditor, IInputEditor, IValueEditor, ISupportInitialize
Inheritance: objectBaseInputEditorBaseTextBoxEditorPropertyGridTextBoxEditor
Implements:
Inherited Members
Constructors
C#
public PropertyGridTextBoxEditor()
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: