[]
Configurates ShowValueFieldHeaders. Sets a value that determines whether the grid should display value field headers in its content panel even when the view has a single value field and a single column field.
public PivotGridBuilder ShowValueFieldHeaders(bool value)
Public Function ShowValueFieldHeaders(value As Boolean) As PivotGridBuilder
| Type | Name | Description |
|---|---|---|
| bool | value | The value. |
| Type | Description |
|---|---|
| PivotGridBuilder | Current builder. |