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

Represents cell value input manager.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Worksheets

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class CellValueInputManager : NotifyPropertyChangedBase

Inheritance: objectCellValueInputManager

Properties

Gets the is in edit mode.

C#
public bool IsInEditMode { get; }
Property Value:

The is in edit mode.

Methods

Focuses the active cell value editor.

C#
public bool FocusActiveCellValueEditor()
Returns:

bool

True if succeed.

Registers the cell value editor.

C#
public void RegisterCellValueEditor(ICellValueEditor cellValueEditor)
Parameters:cellValueEditorICellValueEditor

The cell value editor.

Unregisters the cell value editor.

C#
public void UnregisterCellValueEditor(ICellValueEditor cellValueEditor)
Parameters:cellValueEditorICellValueEditor

The cell value editor.