[]
Configurates PreserveSelectedState. Sets a value that determines whether the grid should preserve the selected state of rows when the data is refreshed.
public virtual TBuilder PreserveSelectedState(bool value)
Public Overridable Function PreserveSelectedState(value As Boolean) As TBuilder
| Type | Name | Description |
|---|---|---|
| bool | value | The value. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |