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

In This Topic
    SelectAllLabel Property (MultiSelectTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.MultiSelect<T>.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.
    Syntax
    'Declaration
     
    Public Property SelectAllLabel As String
    public string SelectAllLabel {get; set;}
    Remarks
    This property is set to null by default, which causes the control to show a localized version of the string "Select All".
    See Also