[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.C1TrueDBGrid.RefreshRow

RefreshRow Method

RefreshRow()

Invalidates the current row.

Declaration
public void RefreshRow()
Remarks

The RefreshRow method causes a repaint of the entire row in the grid. Normally, the grid repaints automatically as needed. However, if handlers have been written for the OwnerDrawCell event, use this method to force a row to be repainted and hence cause the appropriate events to fire.

RefreshRow(int)

Invalidates the current row.

Declaration
public void RefreshRow(int row)
Parameters
Type Name Description
int row

The row to refresh.

Remarks

The RefreshRow method causes a repaint of the entire row in the grid. Normally, the grid repaints automatically as needed. However, if handlers have been written for the OwnerDrawCell event, use this method to force a row to be repainted and hence cause the appropriate events to fire.