ComponentOne DataGrid for WPF and Silverlight
Refresh(Boolean,Boolean,Boolean) Method

C1.WPF.DataGrid Namespace > DataGridRow Class : Refresh(Boolean,Boolean,Boolean) 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.
Unload every visual element which is related to the row.
Syntax
'Declaration
 
Public Sub Refresh( _
   Optional ByVal refreshRow As System.Boolean, _
   Optional ByVal refreshCells As System.Boolean, _
   Optional ByVal refreshRowHeader As System.Boolean _
) 
public void Refresh( 
   System.bool refreshRow,
   System.bool refreshCells,
   System.bool refreshRowHeader
)

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

Reference

DataGridRow Class
DataGridRow Members