public void Refresh( GridControlRange range, bool recycleCells )
Parameters
- range
- The range of cells to refresh. If
null
is passed all the cells will be refreshed. - recycleCells
- when set to
true
it recycles the cells.
null
is passed all the cells will be refreshed.
true
it recycles the cells.
public void Refresh( GridControlRange range, bool recycleCells )
null
is passed all the cells will be refreshed.true
it recycles the cells.