Class CellValueInputManager
Represents cell value input manager.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Controls.Spreadsheet.Worksheets
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class CellValueInputManager : NotifyPropertyChangedBase, INotifyPropertyChanged
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. |