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; }
The is in edit mode.
Methods
Focuses the active cell value editor.
Registers the cell value editor.
C#
public void RegisterCellValueEditor(ICellValueEditor cellValueEditor)
The cell value editor.
Unregisters the cell value editor.
C#
public void UnregisterCellValueEditor(ICellValueEditor cellValueEditor)
The cell value editor.