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

In This Topic
    ShowCheckAll Property (SelectorTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.SelectorBase<T>.ShowCheckAll. Sets a value that determines whether to show a 'Check All' items checkbox on the column header.
    Syntax
    'Declaration
     
    Public Overridable Property ShowCheckAll As Boolean
    public virtual bool ShowCheckAll {get; set;}
    See Also