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

In This Topic
    SelectedIndex Property (TabPanelTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.TabPanel.SelectedIndex. Sets the index of the currently selected (active) tab.
    Syntax
    'Declaration
     
    Public Property SelectedIndex As Integer
    public int SelectedIndex {get; set;}
    See Also