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

In This Topic
    MultiSelect Property
    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