ClassCellValueInputManager
Class
Represents cell value input manager.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Worksheets
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
cs-api-definition
public class CellValueInputManager : NotifyPropertyChangedBase
Inheritance: objectCellValueInputManager
Properties
IsInEditMode
Gets the is in edit mode.
Declaration
cs-api-definition
public bool IsInEditMode { get; }
Property Value
The is in edit mode.
Methods
FocusActiveCellValueEditor()
Focuses the active cell value editor.
Declaration
cs-api-definition
public bool FocusActiveCellValueEditor()
Returns
True if succeed.
RegisterCellValueEditor(ICellValueEditor)
Registers the cell value editor.
Declaration
cs-api-definition
public void RegisterCellValueEditor(ICellValueEditor cellValueEditor)
Parameters
cellValueEditor
The cell value editor.
UnregisterCellValueEditor(ICellValueEditor)
Unregisters the cell value editor.
Declaration
cs-api-definition
public void UnregisterCellValueEditor(ICellValueEditor cellValueEditor)
Parameters
cellValueEditor
The cell value editor.