New to Telerik UI for WinFormsStart a free 30-day trial

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: INotifyPropertyChanged

Inherited Members NotifyPropertyChangedBase.OnPropertyChanged(string)NotifyPropertyChangedBase.OnPropertyChanged(PropertyChangedEventArgs)NotifyPropertyChangedBase.PropertyChanged

Properties

Gets the is in edit mode.

C#
public bool IsInEditMode { get; }
Property Value:

The is in edit mode.

Methods

Focuses the active cell value editor.

C#
public bool FocusActiveCellValueEditor()
Returns:

bool

True if succeed.

Registers the cell value editor.

C#
public void RegisterCellValueEditor(ICellValueEditor cellValueEditor)
Parameters:cellValueEditorICellValueEditor

The cell value editor.

Unregisters the cell value editor.

C#
public void UnregisterCellValueEditor(ICellValueEditor cellValueEditor)
Parameters:cellValueEditorICellValueEditor

The cell value editor.