[]
Configurates ShowDetailOnDoubleClick. Sets a value that determines whether the grid should show a popup containing the detail records when the user double-clicks a cell.
public PivotGridBuilder ShowDetailOnDoubleClick(bool value)
Type | Name | Description |
---|---|---|
bool | value | The value. |
Type | Description |
---|---|
PivotGridBuilder | Current builder. |