Invalidate the current column in all visible rows.
[Visual Basic]
Public Sub Refresh()
[C#]
public void Refresh()
[Delphi]
public procedure Refresh();
Remarks
Normally, the grid repaints automatically as needed. However, if handlers have been written for the Paint or C1TrueDBGrid.OwnerDrawCell events, use this method to force a column to be repainted and hence cause the appropriate events to fire.
See Also
C1DataColumn Class | C1DataColumn Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |