Xceed Grid for WinForms v4.3 Documentation
CellEditorManager Property (EnteringEditEventArgs)


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > EnteringEditEventArgs Class : CellEditorManager Property
Gets or sets the Xceed.Grid.Editors.CellEditorManager that will be used to edit the content of the cell.
Syntax
'Declaration
 
Public Property CellEditorManager As CellEditorManager
'Usage
 
Dim instance As EnteringEditEventArgs

Dim value As CellEditorManager

 

instance.CellEditorManager = value

 

value = instance.CellEditorManager
public CellEditorManager CellEditorManager {get; set;}

Property Value

A reference to a Xceed.Grid.Editors.CellEditorManager that will be used to edit the content of the cell. Cannot be a null reference (Nothing in Visual Basic).
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

EnteringEditEventArgs Class
EnteringEditEventArgs Members