C1.Win.FlexGrid Namespace / C1FlexGrid Class / Redraw Property

In This Topic
Redraw Property (C1FlexGrid)
In This Topic
Gets or sets whether the grid should paint its contents.
Syntax
'Declaration
 
Public Property Redraw As Boolean
 
Remarks
This property is deprecated. Use the BeginUpdate and EndUpdate methods instead.
See Also