[]
        
(Showing Draft Content)

C1.WinUI.Grid.FlexGrid.Refresh

Refresh Method

Refresh()

Recreates all the cells.

Declaration
public void Refresh()

Refresh(GridCellType?, GridCellRange)

Refreshes the specified cells.

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

Type of the cell.

GridCellRange range

The range.