Class
PropertyGridTextBoxEditor

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class PropertyGridTextBoxEditor : BaseTextBoxEditor, IInputEditor, IValueEditor, ISupportInitialize

Inheritance: objectBaseInputEditorBaseTextBoxEditorPropertyGridTextBoxEditor

Implements: IInputEditorISupportInitializeIValueEditor

Inherited Members BaseTextBoxEditor.selectionStartBaseTextBoxEditor.selectionLengthBaseTextBoxEditor.isAtFirstLineBaseTextBoxEditor.isAtLastLineBaseTextBoxEditor.CreateEditorElement()BaseTextBoxEditor.BeginEdit()BaseTextBoxEditor.EndEdit()BaseTextBoxEditor.ValueBaseTextBoxEditor.NullValueBaseTextBoxEditor.CharacterCasingBaseTextBoxEditor.MultilineBaseTextBoxEditor.MaxLengthBaseTextBoxEditor.AcceptsTabBaseTextBoxEditor.AcceptsReturnBaseTextBoxEditor.TextBoxEditorElementBaseTextBoxEditor.DataTypeBaseTextBoxEditor.IsModifiedBaseInputEditor.isInitializingBaseInputEditor.originalValueBaseInputEditor.Validate()BaseInputEditor.BeginInit()BaseInputEditor.EndInit()BaseInputEditor.OnValidating(CancelEventArgs)BaseInputEditor.OnValidated()BaseInputEditor.OnValidationError(ValidationErrorEventArgs)BaseInputEditor.IsActiveBaseInputEditor.IsInitalizingBaseInputEditor.IsInBeginEditModeBaseInputEditor.OwnerElementBaseInputEditor.RightToLeftBaseInputEditor.EditorManagerBaseInputEditor.EditorElementBaseInputEditor.ValueChangingBaseInputEditor.ValueChangedBaseInputEditor.ValidatingBaseInputEditor.ValidatedBaseInputEditor.ValidationError

Constructors

PropertyGridTextBoxEditor()

Declaration

cs-api-definition
public PropertyGridTextBoxEditor()

Methods

Initialize(object, object)

Initializes the editor. Used internally in RadGridView.

Declaration

cs-api-definition
public override void Initialize(object owner, object value)

Parameters

owner

object

The owner of this editor.

value

object

The value of the editor.

Overrides BaseTextBoxEditor.Initialize(object, object)

OnKeyDown(KeyEventArgs)

Declaration

cs-api-definition
protected override void OnKeyDown(KeyEventArgs e)

Parameters

e

KeyEventArgs

Overrides BaseTextBoxEditor.OnKeyDown(KeyEventArgs)

OnLostFocus()

Declaration

cs-api-definition
protected override void OnLostFocus()

Overrides BaseTextBoxEditor.OnLostFocus()

OnValueChanged()

Fires the ValueChanged event.

Declaration

cs-api-definition
public override void OnValueChanged()

Overrides BaseInputEditor.OnValueChanged()

OnValueChanging(ValueChangingEventArgs)

Fires the ValueChanging event.

Declaration

cs-api-definition
public override void OnValueChanging(ValueChangingEventArgs e)

Parameters

e

ValueChangingEventArgs

A ValueChangingEventArgs that contains the event data.

Overrides BaseInputEditor.OnValueChanging(ValueChangingEventArgs)