[]
Configurates ShowSelectAllCheckbox. Sets whether the control should display a "Select All" checkbox above the items to select or de-select all items.
public MultiSelectBuilder<T> ShowSelectAllCheckbox(bool value)
| Type | Name | Description |
|---|---|---|
| bool | value | The value. |
| Type | Description |
|---|---|
| MultiSelectBuilder<T> | Current builder. |