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

In This Topic
    MultiSelect Property (SlicerTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Olap.Slicer.MultiSelect. Sets a value that determines whether users should be allowed to select multiple values from the list.
    Syntax
    'Declaration
     
    Public Property MultiSelect As Boolean
    public bool MultiSelect {get; set;}
    See Also