AutoRedraw Property

Gets or set whether the grid control should refresh automatically with each property change or method call.

Syntax

Public Property AutoRedraw As Boolean

Applies To

Grid Object

Data Type

Boolean

Remarks

Setting this property to false will suppress the update and invalidate events. You must reset this property to true to trigger the refresh after the desired properties have been set.