Represents a textbox editor in RadVirtualGrid.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
[TelerikToolboxCategory("Editors")]
public class VirtualGridTextBoxEditor : BaseVirtualGridEditor, IInputEditor, IValueEditor, ISupportInitialize
Inheritance: objectBaseInputEditorBaseVirtualGridEditorVirtualGridTextBoxEditor
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadTextBoxEditor class.
public VirtualGridTextBoxEditor()
Properties
Gets or sets whether the editor accepts the tab key in multiline mode
public bool AcceptsReturn { get; set; }
Gets or sets whether the editor accepts the tab key in multiline mode
public bool AcceptsTab { get; set; }
Indicates if all characters should be left alone or converted to upper or lower case
public CharacterCasing CharacterCasing { get; set; }
Gets a value indicating whether the cell should clear its text when adding an editor.
public override bool ClearCellText { get; }
Overrides:
Gets a value indicating whether the editor value is modified.
public override bool IsModified { get; }
Overrides:
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; }
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.