[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridColumn.Refresh

Refresh Method

Refresh()

Refresh all the cells in the column.

Declaration
public void Refresh()
Public Sub Refresh()

Refresh(GridRowColType, int)

Refresh the cells in the column.

Declaration
public void Refresh(GridRowColType rowType, int row = -1)
Public Sub Refresh(rowType As GridRowColType, Optional row As Integer = -1)
Parameters
Type Name Description
GridRowColType rowType

The type of row to refresh

int row

The index of the row to refresh. If -1 is set all the cells will be refreshed.