Class
CellValueInputManager

Represents cell value input manager.

Definition

Namespace:Telerik.WinForms.Controls.Spreadsheet.Worksheets

Assembly:Telerik.WinControls.RadSpreadsheet.dll

Syntax:

cs-api-definition
public class CellValueInputManager : NotifyPropertyChangedBase, INotifyPropertyChanged

Inheritance: objectNotifyPropertyChangedBaseCellValueInputManager

Implements: INotifyPropertyChanged

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

Properties

IsInEditMode

Gets the is in edit mode.

Declaration

cs-api-definition
public bool IsInEditMode { get; }

Property Value

bool

The is in edit mode.

Methods

FocusActiveCellValueEditor()

Focuses the active cell value editor.

Declaration

cs-api-definition
public bool FocusActiveCellValueEditor()

Returns

bool

True if succeed.

RegisterCellValueEditor(ICellValueEditor)

Registers the cell value editor.

Declaration

cs-api-definition
public void RegisterCellValueEditor(ICellValueEditor cellValueEditor)

Parameters

cellValueEditor

ICellValueEditor

The cell value editor.

UnregisterCellValueEditor(ICellValueEditor)

Unregisters the cell value editor.

Declaration

cs-api-definition
public void UnregisterCellValueEditor(ICellValueEditor cellValueEditor)

Parameters

cellValueEditor

ICellValueEditor

The cell value editor.