[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.MultiSelectBuilder-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 MultiSelectBuilder<T> ShowSelectAllCheckbox(bool value)
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
MultiSelectBuilder<T>

Current builder.