Interface ICellEditor
Represents a cell editor.
Namespace: Telerik.Windows.Controls.Spreadsheet.Worksheets
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public interface ICellEditor
Properties
Text
Gets or sets the text.
Declaration
string Text { get; set; }
Property Value
System.String
The text value. |
Methods
Focus()
Focuses this instance.
Declaration
bool Focus()
Returns
System.Boolean
|
SelectAll()
Selects all.
Declaration
void SelectAll()
Events
LostFocus
Occurs when the instance loses focus.
Declaration
event RoutedEventHandler LostFocus
Event Type
System.Windows.RoutedEventHandler
|
SelectionChanged
Occurs when the selection is changed].
Declaration
event EventHandler SelectionChanged
Event Type
System.EventHandler
|
TextChanged
Occurs when the text is changed.
Declaration
event EventHandler TextChanged
Event Type
System.EventHandler
|