ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / MultiSelectTagHelper Class / ShowSelectAllCheckbox Property

In This Topic
    ShowSelectAllCheckbox Property (MultiSelectTagHelper)
    In This Topic
    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 Property ShowSelectAllCheckbox As Boolean
    public bool ShowSelectAllCheckbox {get; set;}
    See Also