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

In This Topic
    TabOrder Property (QrCodeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Control.TabOrder. Sets a value of the tabindex attribute associated with the control.
    Syntax
    'Declaration
     
    Public Property TabOrder As Integer
    public int TabOrder {get; set;}
    See Also