IEditableCell
Interface
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public interface IEditableCell
Derived Classes:
Properties
Gets the editor.
C#
IInputEditor Editor { get; }
The editor.
Gets the is editable.
C#
bool IsEditable { get; }
The is editable.
Methods
Adds the editor.
Removes the editor.