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

In This Topic
    CreateCellContent Method (DataGridTemplateColumn)
    In This Topic
    Gets a ContentControl containing the CellTemplate 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

    ContentControl that represent the cell content.
    See Also