ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap.TagHelpers Namespace / SlicerTagHelper Class / ShowCheckboxes Property

In This Topic
    ShowCheckboxes Property (SlicerTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Olap.Slicer.ShowCheckboxes. Sets a value indicating whether the control displays checkboxes next to each item.
    Syntax
    'Declaration
     
    Public Property ShowCheckboxes As Boolean
    public bool ShowCheckboxes {get; set;}
    See Also