[]
        
(Showing Draft Content)

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

SelectAllLabel Method

SelectAllLabel(string)

Configurates SelectAllLabel. Sets the string to be used as a label for the "Select All" checkbox that is displayed when the ShowSelectAllCheckbox property is set to true.

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

The value.

Returns
Type Description
MultiSelectBuilder<T>

Current builder.

Remarks

This property is set to null by default, which causes the control to show a localized version of the string "Select All".