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

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