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