Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / Cell Class / CellEditorControl Property


In This Topic
    CellEditorControl Property (Cell)
    In This Topic
    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