Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1TextBox Class / TabIndex Property

In This Topic
    TabIndex Property (C1TextBox)
    In This Topic
    Gets or sets the CSS class applied to the component.
    Syntax
    'Declaration
     
    
    Public Property TabIndex As Nullable(Of Integer)
    public Nullable<int> TabIndex {get; set;}
    See Also