Class CellValueInputManager
Represents cell value input manager.
Inheritance
System.Object
CellValueInputManager
Namespace: Telerik.Windows.Controls.Spreadsheet.Worksheets
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class CellValueInputManager : NotifyPropertyChangedBase
Properties
IsInEditMode
Gets the is in edit mode.
Declaration
public bool IsInEditMode { get; }
Property Value
System.Boolean
The is in edit mode. |
Methods
FocusActiveCellValueEditor()
Focuses the active cell value editor.
Declaration
public bool FocusActiveCellValueEditor()
Returns
System.Boolean
|
RegisterCellValueEditor(ICellValueEditor)
Registers the cell value editor.
Declaration
public void RegisterCellValueEditor(ICellValueEditor cellValueEditor)
Parameters
ICellValueEditor
cellValueEditor
The cell value editor. |
UnregisterCellValueEditor(ICellValueEditor)
Unregisters the cell value editor.
Declaration
public void UnregisterCellValueEditor(ICellValueEditor cellValueEditor)
Parameters
ICellValueEditor
cellValueEditor
The cell value editor. |