ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.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