Configurates
C1.Web.Mvc.MultiSelect<T>.ShowSelectAllCheckbox. Sets whether the control should display a "Select All" checkbox above the items to select or de-select all items.
Syntax
'Declaration
Public Function ShowSelectAllCheckbox( _
ByVal As Boolean _
) As MultiSelectBuilder(Of T)
public MultiSelectBuilder<T> ShowSelectAllCheckbox(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also