[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ListBoxBuilder-1.CaseSensitiveSearch

CaseSensitiveSearch Method

CaseSensitiveSearch(bool)

Configurates CaseSensitiveSearch. Sets a value that determines whether searches performed while the user types should case-sensitive.

Declaration
public ListBoxBuilder<T> CaseSensitiveSearch(bool value)
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
ListBoxBuilder<T>

Current builder.