Gets or set whether the grid control should refresh automatically with each property change or method call.
Public Property AutoRedraw As Boolean
Grid Object
Boolean
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.