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

In This Topic
    MultiSelect Property (Slicer)
    In This Topic
    Gets or 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