ClassBaseTextBoxEditor
Represents a text editor.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class BaseTextBoxEditor : BaseInputEditor, IInputEditor, IValueEditor, ISupportInitialize
Inheritance: objectBaseInputEditorBaseTextBoxEditor
Derived Classes:
Implements:
Inherited Members
Constructors
BaseTextBoxEditor()
Initializes a new instance of the RadTextBoxEditor class.
Declaration
public BaseTextBoxEditor()
Fields
Properties
AcceptsReturn
Gets or sets wheather the editor accepts tha tab key in multiline mode
AcceptsTab
Gets or sets wheather the editor accepts tha tab key in multiline mode
CharacterCasing
Indicates if all charactes should be left alone or converted to upper or lower case
Declaration
public CharacterCasing CharacterCasing { get; set; }
Property Value
DataType
Gets the type of the editor value
IsModified
Gets a value indicating whether the editor value is modified.
Declaration
public override bool IsModified { get; }
Property Value
Overrides
MaxLength
Specifies the maximum length of characters which could be entered
Multiline
The text could span more than a line when the value is true
NullValue
Gets or sets the null value for the editor.
TextBoxEditorElement
Declaration
protected BaseTextBoxEditorElement TextBoxEditorElement { get; }
Property Value
Methods
BeginEdit()
Starts the editing process. Used internally in RadGridView.
Declaration
public override void BeginEdit()
Overrides
CreateEditorElement()
Creates a new editor element.
Declaration
protected override RadElement CreateEditorElement()
Returns
a RadElement if successful
Overrides
EndEdit()
Finishes the editing process. Used internally in RadGridView.
Initialize(object, object)
Initializes the editor. Used internally in RadGridView.
OnKeyDown(KeyEventArgs)
Declaration
protected virtual void OnKeyDown(KeyEventArgs e)
Parameters
e
OnLostFocus()
Declaration
protected virtual void OnLostFocus()