Represents a textbox editor in RadVirtualGrid.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
[TelerikToolboxCategory("Editors")]
public class VirtualGridTextBoxControlEditor : BaseVirtualGridEditor, IInputEditor, IValueEditor, ISupportInitialize
Inheritance: objectBaseInputEditorBaseVirtualGridEditorVirtualGridTextBoxControlEditor
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the VirtualGridTextBoxControlEditor class.
public VirtualGridTextBoxControlEditor()
Properties
Gets or sets wheather the editor accepts tha tab key in multiline mode
public bool AcceptsReturn { get; set; }
Gets or sets wheather the editor accepts tha tab key in multiline mode
public bool AcceptsTab { get; set; }
Indicates if all charactes should be left alone or converted to upper or lower case
public CharacterCasing CharacterCasing { get; set; }
Specifies the maximum length of characters which could be entered
public int MaxLength { get; set; }
The text could span more than a line when the value is true
public bool Multiline { get; set; }
Gets the text box.
protected RadTextBoxControlElement TextBox { get; }
The text box.
Methods
Starts the editing process. Used internally in RadGridView.
public override void BeginEdit()
Overrides:
Creates a new editor element.
protected override RadElement CreateEditorElement()
a RadElement if successful
Overrides:
Translates system key down events to the owner element.
Handles the key up events in the editor.
protected virtual void OnKeyUp(KeyEventArgs e)
A System.Windows.Forms.KeyEventArgs that contains the event data.