[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.MultiSelectBuilder-1.CheckOnFilter

CheckOnFilter Method

CheckOnFilter(bool)

Configurates CheckOnFilter. Sets a value that determines whether the MultiSelectListBox in the drop-down should automatically select all the filtered items when the filter text changes.

Declaration
public MultiSelectBuilder<T> CheckOnFilter(bool value)
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
MultiSelectBuilder<T>

Current builder.

Remarks

The default value for this property is true.