[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.MultiSelectListBoxBuilder-1.ShowSelectAllCheckbox

ShowSelectAllCheckbox Method

ShowSelectAllCheckbox(bool)

Configurates ShowSelectAllCheckbox. Sets whether the control should display a "Select All" checkbox above the items to select or de-select all items.

Declaration
public MultiSelectListBoxBuilder<T> ShowSelectAllCheckbox(bool value)
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
MultiSelectListBoxBuilder<T>

Current builder.