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

In This Topic
    CreateCellContent Method (DataGridComboBoxColumn)
    In This Topic
    Gets a TextBlock that will be used to display the info inside a cell of this column.
    Syntax
    'Declaration
     
    
    Public Overridable Function CreateCellContent( _
       ByVal row As DataGridRow _
    ) As FrameworkElement
    public virtual FrameworkElement CreateCellContent( 
       DataGridRow row
    )

    Parameters

    row

    Return Value

    TextBlock that represent the cell content.
    See Also