[]
        
(Showing Draft Content)

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

ShowFilterInput Method

ShowFilterInput(bool)

Configurates ShowFilterInput. Sets whether the control should display a "filter" input above the items to filter the items displayed.

Declaration
public MultiSelectBuilder<T> ShowFilterInput(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 false.