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

In This Topic
    CreateCellContent Method (DataGridHyperlinkColumn)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Function CreateCellContent( _
       ByVal row As DataGridRow _
    ) As FrameworkElement
    public override FrameworkElement CreateCellContent( 
       DataGridRow row
    )

    Parameters

    row
    See Also