Interface IEditableCell
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public interface IEditableCell
Properties
Editor
IsEditable
Gets the is editable.
Declaration
bool IsEditable { get; }
Property Value
System.Boolean
The is editable. |
Methods
AddEditor(IInputEditor)
Adds the editor.
Declaration
void AddEditor(IInputEditor editor)
Parameters
IInputEditor
editor
The editor. |
RemoveEditor(IInputEditor)
Removes the editor.
Declaration
void RemoveEditor(IInputEditor editor)
Parameters
IInputEditor
editor
The editor. |