Xceed Grid for WinForms v4.3 Documentation
CellEditorControl Property (Cell)


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > Cell Class : CellEditorControl Property
Gets the control that is currently displayed by the cell (according to the CellEditorDisplayConditions) property, or the control that is currently editing the content of the cell.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public ReadOnly Property CellEditorControl As Control
'Usage
 
Dim instance As Cell
Dim value As Control
 
value = instance.CellEditorControl
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public Control CellEditorControl {get;}

Property Value

The System.Windows.Forms.Control that is currently displayed by the cell (according to the CellEditorDisplayConditions property, or the control that is currently editing the content of the cell. Can be a null reference (Nothing in Visual Basic) if no editor is displayed or editing.
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

Cell Class
Cell Members