[]
        
(Showing Draft Content)

C1.Android.Grid.GridBase.Refresh

Refresh Method

Refresh()

Recreates all the cells.

Declaration
public void Refresh()

Refresh(Nullable<GridCellType>, GridCellRange)

Refreshes the specified cells.

Declaration
public void Refresh(Nullable<GridCellType> cellType = null, GridCellRange range = null)
Parameters
Type Name Description
Nullable<GridCellType> cellType

Type of the cell.

GridCellRange range

The range.