ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridCheckBoxColumn Class / CreateCellContent Method

In This Topic
    CreateCellContent Method (DataGridCheckBoxColumn)
    In This Topic
    Gets a CheckBox that will be used to display the info into a cell of this column.
    Syntax
    'Declaration
     
    
    Public Overrides Function CreateCellContent( _
       ByVal row As DataGridRow _
    ) As FrameworkElement
    public override FrameworkElement CreateCellContent( 
       DataGridRow row
    )

    Parameters

    row

    Return Value

    CheckBox that represent the cell content.
    See Also