Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Editors Namespace / DateEditor Class / SetControlValueCore 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
    SetControlValueCore Method (DateEditor)
    In This Topic
    Assigns the value of the cell to the control.
    Syntax
    'Declaration
     
    Protected Overrides Sub SetControlValueCore( _
       ByVal control As Control, _
       ByVal cell As Cell _
    ) 
    'Usage
     
    Dim instance As DateEditor
    Dim control As Control
    Dim cell As Cell
     
    instance.SetControlValueCore(control, cell)
    protected override void SetControlValueCore( 
       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.
    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