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