Interface
ICellEditor

Represents a cell editor.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Worksheets

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public interface ICellEditor

Properties

Text

Gets or sets the text.

Declaration

cs-api-definition
string Text { get; set; }

Property Value

string

The text value.

Methods

Focus()

Focuses this instance.

Declaration

cs-api-definition
bool Focus()

Returns

bool

True if succeed.

SelectAll()

Selects all.

Declaration

cs-api-definition
void SelectAll()

Events

LostFocus

Occurs when the instance loses focus.

Declaration

cs-api-definition
event RoutedEventHandler LostFocus

Event Value

RoutedEventHandler

SelectionChanged

Occurs when the selection is changed].

Declaration

cs-api-definition
event EventHandler SelectionChanged

Event Value

EventHandler

TextChanged

Occurs when the text is changed.

Declaration

cs-api-definition
event EventHandler TextChanged

Event Value

EventHandler