Interface
IEditableCell

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public interface IEditableCell

Properties

Editor

Gets the editor.

Declaration

cs-api-definition
IInputEditor Editor { get; }

Property Value

IInputEditor

The editor.

IsEditable

Gets the is editable.

Declaration

cs-api-definition
bool IsEditable { get; }

Property Value

bool

The is editable.

Methods

AddEditor(IInputEditor)

Adds the editor.

Declaration

cs-api-definition
void AddEditor(IInputEditor editor)

Parameters

editor

IInputEditor

The editor.

RemoveEditor(IInputEditor)

Removes the editor.

Declaration

cs-api-definition
void RemoveEditor(IInputEditor editor)

Parameters

editor

IInputEditor

The editor.