Xceed Grid for WinForms v4.3 Documentation
CellEditorManager Class
Members 


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Editors Namespace : CellEditorManager Class
The CellEditorManager class allows for any control to be used as an editor to edit the content of a cells.
Syntax
'Declaration
 
<DesignTimeVisibleAttribute(False)>
<ToolboxItemAttribute(False)>
Public Class CellEditorManager 
'Usage
 
Dim instance As CellEditorManager
[DesignTimeVisible(false)]
[ToolboxItem(false)]
public class CellEditorManager 
Remarks

CellEditorManagers can be created by deriving from the CellEditorManager class and implementing the required functionalities, by handling the events that are raised by the CellEditorManager class, or by wrapping a control within an instance of the CellEditorManager class.

Inheritance Hierarchy

System.Object
   Xceed.Grid.Editors.CellEditorManager
      Xceed.Grid.Editors.CheckBoxEditor
      Xceed.Grid.Editors.TextEditor

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CellEditorManager Members
Xceed.Grid.Editors Namespace