[]
Configurates SelectAllLabel. Sets the string to be used as a label for the "Select All" checkbox that is displayed when the ShowSelectAllCheckbox property is set to true.
public MultiSelectListBoxBuilder<T> SelectAllLabel(string value)
Type | Name | Description |
---|---|---|
string | value | The value. |
Type | Description |
---|---|
MultiSelectListBoxBuilder<T> | Current builder. |
This property is set to null by default, which causes the control to show a localized version of the string "Select All".