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

In This Topic
    TabOrder Property (PdfViewerTagHelper)
    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