ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridRow Class / Refresh Method
if set to true row presenter is refreshed.
if set to true cells presenters are refreshed.
if set to true row header presenter is refreshed.

In This Topic
    Refresh Method (DataGridRow)
    In This Topic
    Unload every visual element which is related to the row.
    Syntax
    'Declaration
     
    
    Public Sub Refresh( _
       Optional ByVal refreshRow As Boolean, _
       Optional ByVal refreshCells As Boolean, _
       Optional ByVal refreshRowHeader As Boolean _
    ) 

    Parameters

    refreshRow
    if set to true row presenter is refreshed.
    refreshCells
    if set to true cells presenters are refreshed.
    refreshRowHeader
    if set to true row header presenter is refreshed.
    See Also