Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Editors Namespace / CellEditorManager Class / SetControlValue Method
The control to which to assign the cell's Xceed.Grid.Cell.Value.
The cell whose Xceed.Grid.Cell.Value to assign to the control.


In This Topic
    SetControlValue Method (CellEditorManager)
    In This Topic
    Assigns the value of the cell to the control and raises the SettingControlValue event.Assigns a value to the control.
    Syntax
    'Declaration
     
    Protected Friend Sub SetControlValue( _
       ByVal control As Control, _
       ByVal cell As Cell _
    ) 
    'Usage
     
    Dim instance As CellEditorManager
    Dim control As Control
    Dim cell As Cell
     
    instance.SetControlValue(control, cell)
    protected internal void SetControlValue( 
       Control control,
       Cell cell
    )

    Parameters

    control
    The control to which to assign the cell's Xceed.Grid.Cell.Value.
    cell
    The cell whose Xceed.Grid.Cell.Value to assign to the control.
    Remarks

    SetControlValue is called after Xceed.Grid.ICellEditor.ActivateControl.

    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