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

In This Topic
    SelectedIndex Property (ListBoxTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ListBox<T>.SelectedIndex. Sets the index of the currently selected item in the list.
    Syntax
    'Declaration
     
    Public Property SelectedIndex As Integer
    public int SelectedIndex {get; set;}
    See Also