Represents cell value input manager.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet.Worksheets
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
C#
public class CellValueInputManager : NotifyPropertyChangedBase, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseCellValueInputManager
Implements:
Inherited Members
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.