[]
Configurates LazyRender. Sets whether the grid should skip rendering cells that were updated in the last render cycle.
public virtual TBuilder LazyRender(bool value)
Public Overridable Function LazyRender(value As Boolean) As TBuilder
| Type | Name | Description |
|---|---|---|
| bool | value | The value. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |