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

In This Topic
    GetCellText Method (DataGridTemplateColumn)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Function GetCellText( _
       ByVal row As DataGridRow _
    ) As String
    public override string GetCellText( 
       DataGridRow row
    )

    Parameters

    row
    See Also