[]
        
(Showing Draft Content)

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

FilterInputPlaceholder Method

FilterInputPlaceholder(string)

Configurates FilterInputPlaceholder. Sets the string used as a placeholder for the filter input element on the drop-down.

Declaration
public MultiSelectBuilder<T> FilterInputPlaceholder(string value)
Parameters
Type Name Description
string value

The value.

Returns
Type Description
MultiSelectBuilder<T>

Current builder.