InterfaceIEditableCell
Interface
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public interface IEditableCell
Properties
Editor
Gets the editor.
IsEditable
Gets the is editable.
Methods
AddEditor(IInputEditor)
Adds the editor.
Declaration
cs-api-definition
void AddEditor(IInputEditor editor)
Parameters
editor
The editor.
RemoveEditor(IInputEditor)
Removes the editor.
Declaration
cs-api-definition
void RemoveEditor(IInputEditor editor)
Parameters
editor
The editor.