ComponentOne FlexGrid for WinForms
Redraw Property

C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class : Redraw Property
Gets or sets whether the grid should paint its contents.
Syntax
'Declaration
 
Public Property Redraw As Boolean
public bool Redraw {get; set;}
Remarks
This property is deprecated. Use the BeginUpdate and EndUpdate methods instead.
See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members