[]
Configurates IsReadOnly. Sets a value that determines whether the user can modify cell values using the mouse and keyboard. Default value is True.
public override PivotGridBuilder IsReadOnly(bool value)
Public Overrides Function IsReadOnly(value As Boolean) As PivotGridBuilder
| Type | Name | Description |
|---|---|---|
| bool | value | The value. |
| Type | Description |
|---|---|
| PivotGridBuilder | Current builder. |