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

IEditableCell

Interface

Definition

Properties

Gets the editor.

C#
IInputEditor Editor { get; }
Property Value:

The editor.

Gets the is editable.

C#
bool IsEditable { get; }
Property Value:

The is editable.

Methods

Adds the editor.

C#
void AddEditor(IInputEditor editor)
Parameters:editorIInputEditor

The editor.

Removes the editor.

C#
void RemoveEditor(IInputEditor editor)
Parameters:editorIInputEditor

The editor.