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

Represents a cell editor text box which handles undo in Silverlight.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Worksheets

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class CellEditorTextBox : TextBox

Inheritance: objectCellEditorTextBox

Constructors

Initializes a new instance of the CellEditorTextBox class.

C#
public CellEditorTextBox()

Methods

Called when event occurs.

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

The data for the event.