The following tables list the members exposed by IEditor.
| Name | Description | |
|---|---|---|
![]()  | CancelEditing | Cancels cell editing. | 
![]()  | GetEditorControl | Gets the control associated with the editor. | 
![]()  | GetEditorValue | Gets the value in the editor control. | 
![]()  | GetPreferredSize | Gets the preferred (maximum needed) size of the cell for the editor control. | 
![]()  | GetReservedCursor | Gets the cursor reserved for this editor. | 
![]()  | IsReservedKey | Determines whether the specified key has special meaning to the editor control. | 
![]()  | IsReservedLocation | Determines whether the specified cursor location has special meaning to the editor control. | 
![]()  | IsValid | Determines whether the specified value is valid. | 
![]()  | SetEditorValue | Sets the value of the editor control. | 
![]()  | ShowSubEditor | Shows the subeditor control associated with the cell. | 
![]()  | StartEditing | Starts cell editing with the specified options. | 
![]()  | StopEditing | Stops cell editing. | 
| Name | Description | |
|---|---|---|
![]()  | EditingCanceled | Occurs when editing (in the editor control) has been canceled by the user. | 
![]()  | EditingStopped | Occurs when editing (in the editor control) has been stopped by the user. | 
    
    
    
    
    
    
