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

In This Topic
    SelectedIndexes Property (MultiAutoCompleteTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.MultiAutoComplete<T>.SelectedIndexes. Sets a list containing the indexes of the items that are currently selected.
    Syntax
    'Declaration
     
    Public Property SelectedIndexes As IList(Of Integer)
    public IList<int> SelectedIndexes {get; set;}
    See Also