[]
Configurates ShowHeaderCollapseButton. Sets a value that determines whether the grid should display a button in the column header panel to allow users to collapse and expand the column headers.
public MultiRowBuilder<T> ShowHeaderCollapseButton(bool value)
Type | Name | Description |
---|---|---|
bool | value | The value. |
Type | Description |
---|---|
MultiRowBuilder<T> | Current builder. |