[]
        
(Showing Draft Content)

C1.WinUI.Grid.C1GridControl.Refresh

Refresh Method

Refresh(GridControlRange, bool)

Refreshes the specified range of cells asynchronously.

Declaration
public void Refresh(GridControlRange range = null, bool recycleCells = true)
Public Sub Refresh(Optional range As GridControlRange = Nothing, Optional recycleCells As Boolean = True)
Parameters
Type Name Description
GridControlRange range

The range of cells to refresh. If null is passed all the cells will be refreshed.

bool recycleCells

when set to true it recycles the cells.