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

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: IInputEditorISupportInitializeIValueEditor

Inherited Members BaseTextBoxControlEditor.selectionStartBaseTextBoxControlEditor.selectionLengthBaseTextBoxControlEditor.isAtFirstLineBaseTextBoxControlEditor.isAtLastLineBaseTextBoxControlEditor.CreateEditorElement()BaseTextBoxControlEditor.BeginEdit()BaseTextBoxControlEditor.EndEdit()BaseTextBoxControlEditor.TextBoxBaseTextBoxControlEditor.ValueBaseTextBoxControlEditor.DataTypeBaseTextBoxControlEditor.NullTextBaseTextBoxControlEditor.CharacterCasingBaseTextBoxControlEditor.MultilineBaseTextBoxControlEditor.MaxLengthBaseTextBoxControlEditor.AcceptsTabBaseTextBoxControlEditor.AcceptsReturnBaseInputEditor.isInitializingBaseInputEditor.originalValueBaseInputEditor.Initialize(object, object)BaseInputEditor.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

C#
public PropertyGridTextBoxControlEditor()

Methods

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

Overrides: BaseTextBoxControlEditor.OnKeyDown(KeyEventArgs)

C#
protected override void OnLostFocus()

Overrides: BaseTextBoxControlEditor.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)